Repository files navigation
Jsonnet is a data templating language
This Rust crate implements both jsonnet library and an alternative jsonnet executable based on it.
For more information see Bindings .
jrsonnet is packaged in nixpkgs and maintained by @CertainLach
nix-env -iA nixpkgs.jrsonnet
jrsonnet is packaged to brew and maintained by @messense
Windows/other linux distributions
You can get latest build of jrsonnet in releases .
jrsonnet should build on latest stable Rust version (probably on the oldest, but there is no MSRV policy provided)
Debug build will work too, but it is much slower than release
There already are multiple implementations of this standard implemented in different languages:
This implementation shows performance better than all existing implementations.
For more information see benchmarks
Also, I wanted to experiment on new syntax features, and jrsonnet implements some of them.
For more information see features
In the end, it’s always fun to implement something in Rust.
Jrsonnet is written in rust itself, so just add it as dependency
Bindings are created and maintained by @messense
Jrsonnet provides a standard libjsonnet.so shared library and should work as drop-in replacement for it
WASM bingings are also available, Java bindings (Both JNI and WASM compiled to .class) are in progress
About
Rust implementation of Jsonnet language
Resources
License
Stars
Watchers
Forks
Languages
Rust
93.0%
Nix
2.8%
C
2.0%
Jsonnet
1.4%
JavaScript
0.7%
Makefile
0.1%
You can’t perform that action at this time.