git.delta.rocks / jrsonnet / refs/commits / 50bde5b3e7a2

difftreelog

docs add readme

Лач2020-06-08parent: #d52916a.patch.diff
in: master

1 file changed

addedREADME.mddiffbeforeafterboth
after · README.md
1# jrsonnet23## What is it45[Jsonnet](https://jsonnet.org/) is a json templating language67This crate implements both jsonnet library, and alternative jsonnet executable89## Why1011There 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)1213It is fun to write one in Rust :D