5 unstable releases

new 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

#136 in Template engine

Download history 22/week @ 2024-07-11 183/week @ 2024-07-18 194/week @ 2024-07-25 11/week @ 2024-08-01 142/week @ 2024-08-08 62/week @ 2024-08-15 45/week @ 2024-08-22 44/week @ 2024-08-29 71/week @ 2024-09-05 164/week @ 2024-09-12 18/week @ 2024-09-19 23/week @ 2024-09-26 26/week @ 2024-10-03 65/week @ 2024-10-10 78/week @ 2024-10-17

172 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