rsjsonnet-lang 0.1.1

A Jsonnet evaluation library
Documentation
1
2
3
4
5
6
7
8
9
# rsjsonnet-lang

[![crates.io](https://img.shields.io/crates/v/rsjsonnet-lang.svg)](https://crates.io/crates/rsjsonnet-lang)
[![Documentation](https://docs.rs/rsjsonnet-lang/badge.svg)](https://docs.rs/rsjsonnet-lang)
![MSRV](https://img.shields.io/badge/rustc-1.74+-lightgray.svg)
[![License](https://img.shields.io/crates/l/rsjsonnet-lang.svg)](https://github.com/eduardosm/rsjsonnet#license)

A Rust library to parse and evaluate [Jsonnet](https://jsonnet.org/)
programs.