toml 0.8.12

A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.
Documentation

toml

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 3 of them enabled by default.

default

  • parse
  • display

parse

  • dep:toml_edit
  • toml_edit?/parse

display

  • dep:toml_edit
  • toml_edit?/display

indexmap

  • dep:indexmap

preserve_order

  • indexmap