basic-toml

Crates.iobasic-toml
lib.rsbasic-toml
version0.1.9
sourcesrc
created_at2023-01-25 05:46:12.068575
updated_at2024-03-12 03:06:16.090089
descriptionMinimal TOML library with few dependencies
homepage
repositoryhttps://github.com/dtolnay/basic-toml
max_upload_size
id767155
size220,193
Lanthanum (github:zxtn:lanthanum)

documentation

https://docs.rs/basic-toml

README

basic-toml

github crates.io docs.rs build status

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).

[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.
Commit count: 750

cargo fmt