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

#115 in Template engine

Download history 128/week @ 2024-10-14 156/week @ 2024-11-04 55/week @ 2024-11-11 374/week @ 2024-11-18 345/week @ 2024-11-25 233/week @ 2024-12-02 30/week @ 2024-12-09 13/week @ 2024-12-16 24/week @ 2024-12-23 89/week @ 2024-12-30 290/week @ 2025-01-06 90/week @ 2025-01-13 23/week @ 2025-01-20 76/week @ 2025-01-27

508 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