Cargo Features

[dependencies]
sljit-sys = { version = "0.2.0", default-features = false, features = ["arch-armv7", "arch-ppc32", "arch-rv32", "arch-loongarch64", "arch-host", "bindgen", "docs"] }
default = arch-host

The arch-host feature is set by default whenever sljit-sys is added without default-features = false somewhere in the dependency tree.

arch-i386 arch-x86_64 arch-armv6 arch-armv7
arch-arm-thumb-2 arch-arm64 arch-ppc32
arch-ppc64 arch-mips32 arch-mips64 arch-rv32
arch-rv64 arch-s390x arch-loongarch64
arch-host default
bindgen build

Enables ast-grep ^0.17.0, bindgen, gag, handlebars, serde, and serde_json

docs

sljit-sys has 8 features without comments.