--- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# jrsonnet + +## What is it + +[Jsonnet](https://jsonnet.org/) is a json templating language + +This crate implements both jsonnet library, and alternative jsonnet executable + +## Why + +There is already 3 implementations of this standard: in [C++](https://github.com/google/jsonnet), in [Go](https://github.com/google/go-jsonnet/) and in [Scala](https://github.com/databricks/sjsonnet) + +It is fun to write one in Rust :D