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

#105 in Template engine

Download history 40/week @ 2024-09-01 183/week @ 2024-09-08 32/week @ 2024-09-15 19/week @ 2024-09-22 38/week @ 2024-09-29 16/week @ 2024-10-06 131/week @ 2024-10-13 1/week @ 2024-10-20 138/week @ 2024-11-03 65/week @ 2024-11-10 338/week @ 2024-11-17 314/week @ 2024-11-24 303/week @ 2024-12-01 33/week @ 2024-12-08 15/week @ 2024-12-15

728 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