Cargo Features

[dependencies]
focaccia = { version = "1.4.0", default-features = false, features = ["std"] }
default = std

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

std default

Enable a dependency on the Rust std library. This feature implements the Error trait on error structs in focaccia.