Cargo Features
[dependencies]
sljit = { version = "0.2.0", default-features = false, features = ["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", "docs"] }
- default = arch-host
-
The
arch-host
feature is set by default wheneversljit
is added without
somewhere in the dependency tree.default-features = false - arch-i386
- arch-x86_64
-
Enables arch-x86_64 of sljit-sys
- arch-armv6
-
Enables arch-armv6 of sljit-sys
- arch-armv7
-
Enables arch-armv7 of sljit-sys
- arch-arm-thumb-2
-
Enables arch-arm-thumb-2 of sljit-sys
- arch-arm64
-
Enables arch-arm64 of sljit-sys
- arch-ppc32
-
Enables arch-ppc32 of sljit-sys
- arch-ppc64
-
Enables arch-ppc64 of sljit-sys
- arch-mips32
-
Enables arch-mips32 of sljit-sys
- arch-mips64
-
Enables arch-mips64 of sljit-sys
- arch-rv32
- arch-rv64
- arch-s390x
-
Enables arch-s390x of sljit-sys
- arch-loongarch64
-
Enables arch-loongarch64 of sljit-sys
- arch-host default
- docs
sljit has 17 features without comments.