• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

examples/25-Apr-2025-149114

patches/25-Apr-2025-236235

src/25-Apr-2025-4,4803,235

tests/25-Apr-2025-3,6983,127

.cargo-checksum.jsonD25-Apr-20253.1 KiB11

Android.bpD25-Apr-2025822 3531

Cargo.lockD25-Apr-202523.1 KiB894792

Cargo.tomlD25-Apr-20253.3 KiB171147

LICENSED25-Apr-202511.6 KiB230192

LICENSE-APACHED25-Apr-202511.1 KiB203169

LICENSE-MITD25-Apr-20251 KiB2016

METADATAD25-Apr-2025328 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

MODULE_LICENSE_MITD25-Apr-20250

README.mdD25-Apr-2025942 3019

cargo_embargo.jsonD25-Apr-202597 98

README.md

1# toml
2
3[![Latest Version](https://img.shields.io/crates/v/toml.svg)](https://crates.io/crates/toml)
4[![Documentation](https://docs.rs/toml/badge.svg)](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