Cargo Features

Pasir has no features set by default.

[dependencies]
pasir = { version = "0.5.4", features = ["clang_static", "static"] }
default build

These default features are set whenever pasir is added without default-features = false somewhere in the dependency tree.

Enables runtime of bindgen

clang_static build

Enables static of bindgen

static

Pasir has 3 features without comments.