toml 0.7.0

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 6 feature flags, 3 of them enabled by default.

default

  • parse
  • display

parse

  • dep:toml_edit

display

  • dep:toml_edit

preserve_order

  • indexmap

toml_edit

    This feature flag does not enable additional features.

indexmap

    This feature flag does not enable additional features.