Skip to content

Commit f8b9635

Browse files
author
Meir Shpilraien (Spielrein)
authored
Merge branch 'master' into gkorland-clippy
2 parents ff2a794 + 957573e commit f8b9635

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![license](https://img.shields.io/github/license/RedisJSON/JsonPathCalculator.svg)](https://github.com/RedisJSON/JsonPathCalculator/blob/master/LICENSE)
2+
[![GitHub issues](https://img.shields.io/github/release/RedisJSON/JsonPathCalculator.svg)](https://github.com/RedisJSON/JsonPathCalculator/releases/latest)
3+
[![Rust](https://github.com/RedisJSON/JsonPathCalculator/actions/workflows/rust.yml/badge.svg)](https://github.com/RedisJSON/JsonPathCalculator/actions/workflows/rust.yml)
4+
[![crates.io](https://img.shields.io/crates/v/JsonPathCalculator.svg)](https://crates.io/crates/JsonPathCalculator)
5+
16
# JsonPathCalculator
27
Json path calculator library for rust. The idea behind this library is that it can operate on any json representation as long as it implements the [`SelectValue`](src/select_value.rs) triat. The library has an implementation for [serde_json value](https://docs.serde.rs/serde_json/value/enum.Value.html) and [ivalue](https://docs.rs/tch/0.1.1/tch/enum.IValue.html).
38

0 commit comments

Comments
 (0)