Cargo Features
[dependencies]
smallmap = { version = "1.4.2", default-features = false, features = ["std", "serde"] }
- default = std
-
The
std
feature is set by default wheneversmallmap
is added without
somewhere in the dependency tree.default-features = false - std default
Features from optional dependencies
TODO: maybe add an FFI feature, to allow C projects to use it? idk if that's worth it really...