Crates.io | taml |
lib.rs | taml |
version | 0.0.11 |
source | src |
created_at | 2020-08-26 18:14:52.710002 |
updated_at | 2021-08-01 09:39:08.519541 |
description | A kind-to-humans configuration language. |
homepage | https://github.com/Tamschi/taml/tree/v0.0.11 |
repository | https://github.com/Tamschi/taml |
max_upload_size | |
id | 281058 |
size | 95,993 |
TAML is a configuration file format combining some aspects of Markdown, CSV, TOML, YAML and Rust.
As configuration language, TAML's main design goals are to be:
Since it is mainly human-oriented and the same data can be represented in multiple ways, there is in fact no serializer in this library. If you need a data transfer format, pretty much anything else will give you better performance.
That said, I believe that for human-written files, TAML offers a great balance between brevity and simplicity, with more than sufficient performance.
A command line validator and formatter is available in the taml-cli
crate.
Serde-intergration can be found in serde_taml
.
See https://taml.schichler.dev for documentation on the format itself.
Please use cargo-edit to always add the latest version of this library:
cargo add taml
TODO: Add a good example file here.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
taml
strictly follows Semantic Versioning 2.0.0 with the following exceptions:
This includes the Rust version requirement specified above.
Earlier Rust versions may be compatible, but this can change with minor or patch releases.
Which versions are affected by features and patches can be determined from the respective headings in CHANGELOG.md.