Cargo Features

[dependencies]
four-cc = { version = "0.4.0", default-features = false, features = ["std", "nightly", "schemars", "serde", "zerocopy"] }
default = std

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

std default
nightly

Features from optional dependencies

schemars implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

zerocopy implicit feature

Enables zerocopy

zerocopy:

Utilities for zero-copy parsing and serialization