Cargo Features
uX has no features set by default.
[dependencies]
ux = { version = "0.1.6", features = ["std"] }
- 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.