16 releases

1.0.0 Jun 27, 2020
0.5.0-pre95 Aug 13, 2023
0.5.0-pre94 Jul 26, 2023
0.5.0-pre6 Jan 8, 2023
0.3.2 Nov 17, 2020

#59 in Template engine

Download history 1429/week @ 2023-12-12 681/week @ 2023-12-19 369/week @ 2023-12-26 2227/week @ 2024-01-02 2858/week @ 2024-01-09 4377/week @ 2024-01-16 2430/week @ 2024-01-23 4290/week @ 2024-01-30 3541/week @ 2024-02-06 2794/week @ 2024-02-13 3165/week @ 2024-02-20 3621/week @ 2024-02-27 4666/week @ 2024-03-05 3643/week @ 2024-03-12 3237/week @ 2024-03-19 1789/week @ 2024-03-26

13,882 downloads per month
Used in 11 crates (7 directly)

MIT license

375KB
13K SLoC

jrsonnet

++++

jrsonnet logo

release license opencollective

++++

// Github sucks: I can't center those images the normal way: https://github.com/github/markup/issues/984 // [.text-center] // Interactive,470, alt=jrsonnet logo // // [.text-center] // -- // alt=release, link=https://github.com/CertainLach/jrsonnet/releases // alt=license, ./LICENSE // alt=opencollective, link=https://opencollective.com/jrsonnet // --

What is it

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,Bindings.

Install

NixOS

jrsonnet is packaged in nixpkgs and maintained by @CertainLach

[source,sh]

nix-env -iA nixpkgs.jrsonnet

MacOS

jrsonnet is packaged to brew and maintained by @messense

[source,sh]

brew install jrsonnet

Windows/other linux distributions

You can get latest build of jrsonnet in releases.

Build from sources

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

[source]

cargo build --release

Why?

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 link:./docs/benchmarks.md[benchmarks]

Also, I wanted to experiment on new syntax features, and jrsonnet implements some of them. For more information see link:./docs/features.adoc[features]

In the end, it's always fun to implement something in Rust.

Bindings [[bindings]]

Rust

alt=crates.io, link=https://crates.io/crates/jrsonnet-evaluator alt=docs.rs, link=https://docs.rs/jrsonnet-evaluator

Jrsonnet is written in rust itself, so just add it as dependency

Python

alt=crates.io, link=https://pypi.org/project/rjsonnet/

Bindings are created and maintained by @messense

C/C++

Jrsonnet provides a standard libjsonnet.so shared library and should work as drop-in replacement for it

Other

WASM bingings are also available, Java bindings (Both JNI and WASM compiled to .class) are in progress

See link:./bindings/[bindings] for more information.

Dependencies

~6MB
~109K SLoC