Cargo Features

[dependencies]
zalgo-codec-common = { version = "0.10.4", default-features = false, features = ["serde", "std"] }
default = std

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

serde

Implements the Serialize and Deserialize traits from serde for the ZalgoString struct.

Enables serde

std default

Implements the std::error::Error trait for zalgo_codec_common::Error