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

#142 in Template engine

Download history 117/week @ 2024-11-13 469/week @ 2024-11-20 367/week @ 2024-11-27 42/week @ 2024-12-04 26/week @ 2024-12-11 14/week @ 2024-12-18 57/week @ 2024-12-25 119/week @ 2025-01-01 244/week @ 2025-01-08 73/week @ 2025-01-15 21/week @ 2025-01-22 205/week @ 2025-01-29 174/week @ 2025-02-05 15/week @ 2025-02-19 31/week @ 2025-02-26

287 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
~54K SLoC