Cargo Features
[dependencies]
generic-container = { version = "0.2.2", default-features = false, features = ["std", "alloc", "kinds", "thread-checked-lock", "serde"] }
- default = std
-
The
stdfeature is set by default whenevergeneric-containeris added withoutsomewhere in the dependency tree.default-features = false - std default thread-checked-lock? = alloc
- alloc std
- kinds
-
Affects
generic-container::kinds… - thread-checked-lock = std
-
Enables thread-checked-lock
- serde
-
Enables serde