Cargo Features
nsw-types has no features set by default.
[dependencies]
nsw-types = { version = "0.1.8", features = ["std", "num-traits"] }
- std
-
The std feature only toggles whether the Error trait is implemented for error types. Apart from that, this crate works without explicit indication both on std and no_std systems.
- num-traits
-
Enables num-traits
Affects
nsw-types::num_traits_impls
…