Cargo Features
[dependencies]
standardform = { version = "0.2.1", default-features = false, features = ["std", "nom", "python", "wasm"] }
- default = nom, std
-
These default features are set whenever
standardform
is added without
somewhere in the dependency tree.default-features = false - std default
- nom default
-
Enables nom
- python
-
Enables pyo3
- wasm
-
Enables wasm-bindgen
StandardForm has 5 features without comments.