Cargo Features

[dependencies]
stabby-abi = { version = "5.1.0", default-features = false, features = ["std", "libc", "abi_stable", "abi_stable-channels", "test"] }
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 arc_btree::AtomicArcBTreeSet, alloc::libc_alloc, alloc::DefaultAllocator, vtable::IConstConstructor

abi_stable abi_stable-channels?

Enables abi_stable

abi_stable-channels = abi_stable

Enables channels of abi_stable

test