https://github.com/toml-rs/toml
Rust TOML Parser
https://github.com/toml-rs/toml
rust toml
Last synced: 17 days ago
JSON representation
Rust TOML Parser
- Host: GitHub
- URL: https://github.com/toml-rs/toml
- Owner: toml-rs
- License: apache-2.0
- Created: 2017-06-30T15:37:36.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:05:20.000Z (28 days ago)
- Last Synced: 2025-03-24T00:15:26.240Z (22 days ago)
- Topics: rust, toml
- Language: Rust
- Homepage: https://docs.rs/toml
- Size: 3.02 MB
- Stars: 792
- Watchers: 6
- Forks: 115
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-rust - toml-rs/toml - rs/toml/actions/workflows/ci.yml/badge.svg)](https://github.com/toml-rs/toml/actions/workflows/ci.yml) (Libraries / Encoding)
- awesome-rust-cn - toml-rs/toml
- awesome-rust - toml-rs/toml - [](https://github.com/toml-rs/toml/actions/workflows/ci.yml) (Libraries / Encoding)
- jimsghstars - toml-rs/toml - Rust TOML Parser (Rust)
- fucking-awesome-rust - toml-rs/toml - [](https://github.com/toml-rs/toml/actions/workflows/ci.yml) (Libraries / Encoding)
- fucking-awesome-rust - toml-rs/toml - [](https://github.com/toml-rs/toml/actions/workflows/ci.yml) (Libraries / Encoding)
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`