| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| examples/ | 04-Jul-2025 | - | 145 | 111 | ||
| src/ | 04-Jul-2025 | - | 4,435 | 3,197 | ||
| tests/ | 04-Jul-2025 | - | 3,927 | 3,294 | ||
| .android-checksum.json | D | 04-Jul-2025 | 3.4 KiB | 1 | 1 | |
| .cargo-checksum.json | D | 04-Jul-2025 | 3.1 KiB | 1 | 1 | |
| Android.bp | D | 04-Jul-2025 | 822 | 35 | 31 | |
| Cargo.lock | D | 04-Jul-2025 | 20.2 KiB | 780 | 690 | |
| Cargo.toml | D | 04-Jul-2025 | 5.6 KiB | 267 | 236 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| LICENSE-APACHE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| METADATA | D | 04-Jul-2025 | 542 | 18 | 17 | |
| MODULE_LICENSE_APACHE2 | D | 04-Jul-2025 | 0 | |||
| README.md | D | 04-Jul-2025 | 942 | 30 | 19 | |
| cargo_embargo.json | D | 04-Jul-2025 | 123 | 9 | 9 |
README.md
1# toml 2 3[](https://crates.io/crates/toml) 4[](https://docs.rs/toml) 5 6A [serde]-compatible [TOML][toml] decoder and encoder for Rust. 7 8For format-preserving edits or finer control over output, see [toml_edit] 9 10[serde]: https://serde.rs/ 11[toml]: https://github.com/toml-lang/toml 12[toml_edit]: https://docs.rs/toml_edit 13 14# License 15 16This project is licensed under either of 17 18 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or 19 http://www.apache.org/licenses/LICENSE-2.0) 20 * MIT license ([LICENSE-MIT](LICENSE-MIT) or 21 http://opensource.org/licenses/MIT) 22 23at your option. 24 25### Contribution 26 27Unless you explicitly state otherwise, any contribution intentionally submitted 28for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be 29dual licensed as above, without any additional terms or conditions. 30