Cargo Features

[dependencies]
stabby = { version = "36.1.1-rc8", default-features = false, features = ["std", "alloc-rs", "experimental-ctypes", "libloading", "libc", "serde"] }
default = std

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

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