jexl-rs/README.md

16 строки
842 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2020-08-10 21:00:46 +03:00
# jexl-rs [![CircleCI](https://circleci.com/gh/mozilla/jexl-rs/tree/main.svg?style=svg)](https://circleci.com/gh/mozilla/jexl-rs/tree/main)
2020-08-05 21:50:32 +03:00
> [JEXL](https://www.npmjs.com/package/jexl) in Rust
2020-08-13 16:27:18 +03:00
2021-08-09 19:52:00 +03:00
* jexl-eval: [![](https://img.shields.io/crates/v/jexl-eval.svg)](https://crates.io/crates/jexl-eval) [![](https://docs.rs/jexl-eval/badge.svg?v=2)](https://docs.rs/jexl-eval)
* jexl-parser: [![](https://img.shields.io/crates/v/jexl-parser.svg)](https://crates.io/crates/jexl-parser) [![](https://docs.rs/jexl-parser/badge.svg?v=2)](https://docs.rs/jexl-parser)
2020-08-13 16:27:18 +03:00
## Releases
Releases are done using `cargo release`. Check [cargo-release](https://github.com/sunng87/cargo-release) for more information
## License
This project is licensed under the [Mozilla Public License 2.0](https://github.com/tarikeshaq/update-notifier/blob/master/LICENSE)