tree: 6ac9f82fff45da38acbb13d6aa85ae226b879a99 [path history] [tgz]
  1. .github/
  2. examples/
  3. src/
  4. tests/
  5. .cargo-checksum.json
  6. .cargo_vcs_info.json
  7. .taplo.toml
  8. BUILD.bazel
  9. Cargo.lock
  10. Cargo.toml
  11. Cargo.toml.orig
  12. LICENSE-APACHE
  13. LICENSE-MIT
  14. README.md
third_party/rust_crates/vendor/basic-toml-0.1.9/README.md

basic-toml

A library for parsing and producing data in TOML format using Serde.

This crate is a stripped down fork of version 0.5 of the toml crate (from before the toml_edit rewrite).

[dependencies]
basic-toml = "0.1"

License