Cargo Features
RoaringLandmask has no features set by default.
[dependencies]
roaring-landmask = { version = "0.9.0", features = ["extension-module", "simd", "static", "nightly"] }
- extension-module
-
Enables extension-module of pyo3 ^0.21
pyo3:
Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters. - simd nightly?
- static
- nightly = simd
RoaringLandmask has 4 features without comments.