Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtolnay/basic-toml
Minimal TOML library with few dependencies
https://github.com/dtolnay/basic-toml
serde toml
Last synced: about 8 hours ago
JSON representation
Minimal TOML library with few dependencies
- Host: GitHub
- URL: https://github.com/dtolnay/basic-toml
- Owner: dtolnay
- License: apache-2.0
- Created: 2023-01-26T02:44:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T02:46:50.000Z (about 2 months ago)
- Last Synced: 2024-12-27T23:28:57.834Z (6 days ago)
- Topics: serde, toml
- Language: Rust
- Homepage:
- Size: 1.23 MB
- Stars: 81
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# basic-toml
[](https://github.com/dtolnay/basic-toml)
[](https://crates.io/crates/basic-toml)
[](https://docs.rs/basic-toml)
[](https://github.com/dtolnay/basic-toml/actions?query=branch%3Amaster)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).[TOML]: https://toml.io
[Serde]: https://serde.rs```toml
[dependencies]
basic-toml = "0.1"
```
#### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.