Cargo Features
[dependencies]
humat = { version = "0.3.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
allocfeature is set by default wheneverhumatis added withoutsomewhere in the dependency tree.default-features = false - alloc default
-
Enable
allocsupport.