Cargo Features
[dependencies]
voxelis = { version = "25.4.0", default-features = false, features = ["numeric_voxel_impls", "memory_stats", "debug_trace_ref_counts"] }
- default = numeric_voxel_impls
-
The
numeric_voxel_impls
feature is set by default whenevervoxelis
is added without
somewhere in the dependency tree.default-features = false - numeric_voxel_impls default
- memory_stats
- debug_trace_ref_counts
Voxelis has 4 features without comments.