Cargo Features
[dependencies]
graphs_tools = { version = "0.2.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled"] }
- default = enabled
-
The
enabled
feature is set by default whenevergraphs_tools
is added without
somewhere in the dependency tree.default-features = false - no_std use_alloc?
- use_alloc = no_std
- full = enabled
- enabled default full?
-
Enables enabled of data_type ~0.10.0, iter_tools ~0.21.0, meta_tools ~0.11.0, and strs_tools ~0.17.0
graphs_tools has 5 features without comments.