Module koit_toml::format[][src]

Expand description

Formats handle transforming structured data to and from bytes for persisting.

Structs

Bincodebincode-format

A Bincode Format.

Jsonjson-format

A pretty-printed JSON Format.

Tomltoml-format

A pretty-printed Toml Format.

Traits

Format

Trait implementable by format providers.