Cargo Features

RoaringLandmask has no features set by default.

[dependencies]
roaring-landmask = { version = "0.7.1", features = ["extension-module", "simd", "static", "nightly"] }
extension-module

Enables extension-module of pyo3 ^0.17

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

Enables simd of roaring

static

Enables static of geos ^8

nightly

RoaringLandmask has 4 features without comments.