Cargo Features
RoaringLandmask has no features set by default.
[dependencies]
roaring-landmask = { version = "0.10.1", features = ["extension-module", "simd", "static", "nightly"] }
- extension-module
-
Enables extension-module of pyo3 ^0.21
pyo3:
Deprecated: use the
PYO3_BUILD_EXTENSION_MODULEenvironment variable when building a Python extension module (set automatically bysetuptools-rustandmaturin). - simd nightly?
-
Enables simd of roaring ^0.10
- static
- nightly = simd
RoaringLandmask has 4 features without comments.