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 wheneversljit-sys
is added without
somewhere in the dependency tree.default-features = false - 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 ^0.69.1, gag, handlebars ^5.0.0, serde, and serde_json
- docs
sljit-sys has 8 features without comments.