5 unstable releases

0.3.0 Nov 7, 2024
0.2.0 Aug 12, 2024
0.1.2 Jul 20, 2024
0.1.1 Apr 21, 2024
0.1.0 Apr 6, 2024

#108 in Template engine

Download history 52/week @ 2024-08-17 61/week @ 2024-08-24 38/week @ 2024-08-31 169/week @ 2024-09-07 57/week @ 2024-09-14 21/week @ 2024-09-21 37/week @ 2024-09-28 8/week @ 2024-10-05 110/week @ 2024-10-12 31/week @ 2024-10-19 128/week @ 2024-11-02 75/week @ 2024-11-09 275/week @ 2024-11-16 352/week @ 2024-11-23 322/week @ 2024-11-30

1,070 downloads per month
Used in 2 crates

MIT/Apache

655KB
16K SLoC

rsjsonnet-lang

crates.io Documentation MSRV License

A Rust library to parse and evaluate Jsonnet programs.


lib.rs:

Library to parse and evaluate Jsonnet files.

See the token, lexer, [ast] and parser modules for Jsonnet parsing. See the program module for Jsonnet evaluation.

Dependencies

~3MB
~46K SLoC