Cargo Features
[dependencies]
stabby = { version = "36.1.1", default-features = false, features = ["std", "alloc-rs", "experimental-ctypes", "libloading", "libc", "serde"] }
- default = std
-
The
std
feature is set by default wheneverstabby
is added without
somewhere in the dependency tree.default-features = false - std default libloading? = alloc-rs
-
Enables std of stabby-abi
- alloc-rs std
-
Enables alloc-rs of stabby-abi
- experimental-ctypes
-
Enables experimental-ctypes of stabby-abi
- libloading = std
-
Enables libloading
Affects
stabby::libloading
… - libc
-
Enables libc of stabby-abi
- serde
-
Enables serde of stabby-abi