Cargo Features
zalgo-codec-common has no features set by default.
[dependencies]
zalgo-codec-common = { version = "0.13.0", features = ["serde", "rkyv", "std"] }
- serde
-
Derives the
Serialize
andDeserialize
traits fromserde
for theZalgoString
struct.Enables serde
- rkyv
-
Derives the
Serialize
,Deserialize
, andArchive
traits fromrkyv
for theZalgoString
struct.Enables rkyv
- std
-
Enables the
Error
type to capture aBacktrace
. Without this feature the crate isno_std
compatible, but still uses thealloc
crate.