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 whenever sljit is added without default-features = false somewhere in the dependency tree.

arch-i386

Enables arch-i386 of sljit-sys

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

Enables arch-rv32 of sljit-sys

arch-rv64

Enables arch-rv64 of sljit-sys

arch-s390x

Enables arch-s390x of sljit-sys

arch-loongarch64

Enables arch-loongarch64 of sljit-sys

arch-host default

Enables arch-host of sljit-sys

docs

Enables docs of sljit-sys

sljit has 17 features without comments.