decent-toml-rs-alternative 0.3.0

A fork of the toml-rs crate (by Alex Crichton) that does not depend on serde. It is much less powerful, less documented, and not well-tested yet, but it is fast to compile and does what I want for my own use case. It might grow into a very capable crate at some point. Pair it with the decent-serde-toml-derive-alternative crate to derive the (de)serialization implementation for your own types, and thus avoid syn, quote, and serde entirely.
Documentation

decent-toml-rs-alternative

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

default

  • derive

derive

  • decent-serde-toml-derive-alternative

decent-serde-toml-derive-alternative

    This feature flag does not enable additional features.