Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toml-rs/toml

Rust TOML Parser
https://github.com/toml-rs/toml

rust toml

Last synced: 9 days ago
JSON representation

Rust TOML Parser

Awesome Lists containing this project

README

        

This repo contains:
- [`toml` crate](./crates/toml) for serde support
- [`toml_edit` crate](./crates/toml_edit) for format-preserving editing of TOML
- [`toml_datetime` crate](./crates/toml_datetime) for a common type definition between `toml` and `toml_edit`