Rust parser for KDL
Go to file
Kat Marchán a18e7dcd7d
clean up readme
2020-12-14 18:44:20 -08:00
.github add GH Action config 2020-12-14 00:05:51 -08:00
examples added some examples 2020-12-14 17:40:29 -08:00
src Replace ```ignore with ```text (#21) 2020-12-14 17:40:11 -08:00
.gitignore initial commit 2020-12-10 18:42:50 -08:00
Cargo.toml wip parser 2020-12-12 11:50:34 -08:00
LICENSE.md add license and description 2020-12-10 18:53:27 -08:00
README.md clean up readme 2020-12-14 18:44:20 -08:00

README.md

kdl - Kat's Document Language

kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!

It's meant to be used both as a serialization format and a configuration language, and is relatively light on syntax compared to XML.

This repository is the official/reference implementation in Rust, and corresponds to the kdl crate

Design and Discussion

kdl is still extremely new, and discussion about the format should happen over on the spec repo's discussions page. Feel free to jump in and give us your 2 cents!

License

The code in this repository is covered by the Parity License, a strong copyleft license. That means that you can only use this project if you're working on an open source-licensed product (MIT/Apache projects are ok!)