Cargo Features

[dependencies]
stabby-abi = { version = "4.0.5", default-features = false, features = ["std", "libc", "abi_stable", "abi_stable-channels"] }
default = std

The std feature is set by default whenever stabby-abi is added without default-features = false somewhere in the dependency tree.

std default = libc
libc std

Enables libc

Affects alloc::libc_alloc, alloc::DefaultAllocator

abi_stable abi_stable-channels?

Enables abi_stable

abi_stable-channels = abi_stable

Enables channels of abi_stable