We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std
1 parent e1279f9 commit f556036Copy full SHA for f556036
crates/julian/src/lib.rs
@@ -13,7 +13,11 @@
13
//! Features
14
//! ========
15
//!
16
-//! The `julian` crate has the following optional feature:
+//! 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.
21
22
//! - `chrono` — Enables converting values of certain `julian` types to the
23
//! corresponding [`chrono`] types and *vice versa*.
0 commit comments