Cargo Features
[dependencies]
libfive = { version = "0.3.1", default-features = false, features = ["packed_opcodes", "stdlib", "ahash"] }
- default = ahash, stdlib
-
These default features are set whenever
libfive
is added without
somewhere in the dependency tree.default-features = false - packed_opcodes
-
Tightly pack opcodes (breaks compatibility with older saved f-reps).
Enables packed_opcodes of libfive-sys
- stdlib default
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- ahash default