Cargo Features
[dependencies]
jiter = { version = "0.7.1", default-features = false, features = ["python", "num-bigint"] }
- default = num-bigint
-
The
num-bigint
feature is set by default wheneverjiter
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 optional pyo3 ^0.22.0
Jiter has 3 features without comments.