Cargo Features

[dependencies]
valrow = { version = "0.0.0-2024-02-13", default-features = false, features = ["intrinsic", "core", "alloc", "std"] }
default = core

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

intrinsic core

unused

core default alloc? = intrinsic

unused

alloc std? = core

interop with alloc::{rc::Rc, sync::Arc}

std = alloc

unused