From 50bde5b3e7a2ee1b3401f2a5909680539c432d9f Mon Sep 17 00:00:00 2001 From: Лач Date: Mon, 08 Jun 2020 20:12:50 +0000 Subject: [PATCH] docs: add readme --- --- /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 -- gitstuff