зеркало из https://github.com/mozilla/jexl-rs.git
16 строки
842 B
Markdown
16 строки
842 B
Markdown
# jexl-rs [![CircleCI](https://circleci.com/gh/mozilla/jexl-rs/tree/main.svg?style=svg)](https://circleci.com/gh/mozilla/jexl-rs/tree/main)
|
|
|
|
> [JEXL](https://www.npmjs.com/package/jexl) in Rust
|
|
|
|
|
|
* 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)
|
|
|
|
## 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)
|