Cargo Features
[dependencies]
ftl-jiter = { version = "0.6.0", default-features = false, features = ["python", "num-bigint"] }
- default = num-bigint
-
The
num-bigint
feature is set by default wheneverftl-jiter
is added without
somewhere in the dependency tree.default-features = false - python
-
Enables pyo3 ^0.22.0 and pyo3-build-config ^0.22.0
- num-bigint default
-
Enables num-bigint, num-bigint of pyo3 ^0.22.0
ftl-jiter has 3 features without comments.