Crate facet_toml_legacy

Crate facet_toml_legacy 

Source
Expand description

§facet-toml-legacy

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

Provides TOML serialization and deserialization for Facet types.

§Sponsors

Thanks to all individual sponsors:

GitHub Sponsors Patreon

…along with corporate sponsors:

AWS Zed Depot

…without whom this work could not exist.

§Special thanks

The facet logo was drawn by Misiasart.

§License

Licensed under either of:

at your option.

Modules§

design
facet-toml Deserializer Design

Structs§

Span
Source span with offset and length.
Spanned
A value with source span information.
Toml
A wrapper type for TOML serialization and deserialization.
TomlDeError
Any error from deserializing TOML.

Enums§

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

Functions§

from_str
Deserialize TOML using the streaming event-based parser.
to_string
Serialize any Facet type to a TOML string.