Cargo Features
[dependencies]
stabby-abi = { version = "36.1.1", default-features = false, features = ["std", "alloc-rs", "experimental-ctypes", "libc", "serde", "abi_stable", "abi_stable-channels", "test"] }
- default = std
-
The
std
feature is set by default wheneverstabby-abi
is added without
somewhere in the dependency tree.default-features = false - std default = alloc-rs
- alloc-rs std
- experimental-ctypes
-
Enables experimental-ctypes of stabby-macros
- libc
-
Enables libc
- serde
-
Enables serde
- abi_stable abi_stable-channels?
-
Enables abi_stable
- abi_stable-channels = abi_stable
-
Enables channels of abi_stable
- test
stabby-abi has 9 features without comments.