Skip to content

Commit f556036

Browse files
committed
Document std feature
1 parent e1279f9 commit f556036

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/julian/src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
//! Features
1414
//! ========
1515
//!
16-
//! The `julian` crate has the following optional feature:
16+
//! The `julian` crate has the following optional features:
17+
//!
18+
//! - `std` — This feature is enabled by default; disable it to build in no-std
19+
//! mode. When this feature is disabled, functions that use
20+
//! [`std::time::SystemTime`] are not available.
1721
//!
1822
//! - `chrono` — Enables converting values of certain `julian` types to the
1923
//! corresponding [`chrono`] types and *vice versa*.

0 commit comments

Comments
 (0)