Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
examples/ | 25-Apr-2025 | - | 149 | 114 | ||
patches/ | 25-Apr-2025 | - | 236 | 235 | ||
src/ | 25-Apr-2025 | - | 4,480 | 3,235 | ||
tests/ | 25-Apr-2025 | - | 3,698 | 3,127 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 3.1 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 822 | 35 | 31 | |
Cargo.lock | D | 25-Apr-2025 | 23.1 KiB | 894 | 792 | |
Cargo.toml | D | 25-Apr-2025 | 3.3 KiB | 171 | 147 | |
LICENSE | D | 25-Apr-2025 | 11.6 KiB | 230 | 192 | |
LICENSE-APACHE | D | 25-Apr-2025 | 11.1 KiB | 203 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1 KiB | 20 | 16 | |
METADATA | D | 25-Apr-2025 | 328 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 942 | 30 | 19 | |
cargo_embargo.json | D | 25-Apr-2025 | 97 | 9 | 8 |
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