duster/README.md

8 lines
892 B
Markdown
Raw Normal View History

2020-04-05 22:29:19 +00:00
# duster
An implementation of the [LinkedIn fork of DustJS](https://www.dustjs.com/) written in rust.
**NOT RECOMMENDED FOR PUBLIC USE**
This code is available free and open source under the [0BSD](https://choosealicense.com/licenses/0bsd/), but it is a very early-stage project. You're welcome to use it, fork it, print it out and fold it into a hat, etc... but you will find that this project is not yet polished nor feature complete. While this repository uses the 0BSD license which does not require the inclusion of a copyright notice/text in any distribution, it depends on [nom](https://github.com/Geal/nom) which is under the MIT license, the Rust standard library which is [dual licensed](https://github.com/rust-lang/rust/issues/67014), serde_json which is [dual licensed](https://github.com/serde-rs/json), and serde which is [dual licensed](https://github.com/serde-rs/serde).