Crate facet_toml

Source
Expand description

Facet logo - a reflection library for Rust

Coverage Status free of syn crates.io documentation MIT/Apache-2.0 licensed Discord

Logo by Misiasart

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed Depot

Provides TOML serialization and deserialization for Facet types.

§License

Licensed under either of:

at your option.

Structs§

TomlDeError
Any error from deserializing TOML.
TomlSerializer
Serializer for TOML values.

Enums§

TomlDeErrorKind
Type of error.
TomlSerError
Any error from serializing TOML.

Functions§

from_str
Deserializes a TOML string into a value of type T that implements Facet.
to_string
Serialize any Facet type to a TOML string.