Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toml-rs/toml
- Owner: toml-rs
- License: apache-2.0
- Created: 2017-06-30T15:37:36.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T14:05:37.000Z (about 1 month ago)
- Last Synced: 2024-10-23T10:03:26.071Z (17 days ago)
- Topics: rust, toml
- Language: Rust
- Homepage: https://docs.rs/toml
- Size: 2.92 MB
- Stars: 713
- Watchers: 6
- Forks: 103
- Open Issues: 70
-
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 - [![CI](https://github.com/toml-rs/toml/actions/workflows/ci.yml/badge.svg)](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 - [![CI](https://github.com/toml-rs/toml/actions/workflows/ci.yml/badge.svg)](https://github.com/toml-rs/toml/actions/workflows/ci.yml) (Libraries / Encoding)
- fucking-awesome-rust - toml-rs/toml - [![CI](https://github.com/toml-rs/toml/actions/workflows/ci.yml/badge.svg)](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`