Cargo Features
[dependencies]
monotonic-time = { version = "1.0.2", default-features = false, features = ["std", "no_std"] }
- default = no_std
-
The
no_std
feature is set by default whenevermonotonic-time
is added without
somewhere in the dependency tree.default-features = false - std
- no_std default
Monotonic-Time has 3 features without comments.