Cargo Features

[dependencies]
cxx-auto = { version = "0.0.3", default-features = false, features = ["std", "alloc", "valgrind", "bytemuck"] }
default = std

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

std default = alloc

Enables std of libc

Affects cxx-auto::process_artifacts

alloc std

Affects cxx_auto_artifact_info::CxxAutoArtifactInfo, cxx_auto_entry::CxxAutoEntry, error::BoxError, error::BoxResult

valgrind

Features from optional dependencies

bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes