Cargo Features
[dependencies]
atlas-msg = { version = "3.0.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default wheneveratlas-msgis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
atlas-msg has 3 features without comments.