git.delta.rocks / jrsonnet / refs/commits / 811ff8af0e6a

difftreelog

docs populate README with benchmark results

Лач2020-06-26parent: #7e19bef.patch.diff
in: master

1 file changed

modifiedREADME.mddiffbeforeafterboth
before · 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 :D1415## Spec support1617- Can pass all of original `examples` tests18- Can pass all of original `test_suite` tests, expect those, which checks golden output for stacktraces (vanilla-like stacktraces are implemented, but look is not 100% identical): ![Example output](./traces.png)