Skip to content

Commit af97cde

Browse files
committed
Add docs.rs and crates.io shields prematurely
1 parent dbb29ef commit af97cde

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/IvanIsCoding/celq"
99
license = "MIT OR Apache-2.0"
1010
keywords = ["cel", "query", "json"]
1111
categories = ["command-line-utilities"]
12+
documentation = "https://docs.rs/celq"
1213

1314
[[bin]]
1415
name = "celq"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# celq [![Minimum rustc 1.90](https://img.shields.io/badge/rustc-1.90+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
1+
# celq [![Crates.io](https://img.shields.io/crates/v/celq.svg)](https://crates.io/crates/celq) [![Documentation](https://docs.rs/celq/badge.svg)](https://docs.rs/celq)
2+
[![Minimum rustc 1.90](https://img.shields.io/badge/rustc-1.90+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
23

34
**celq** is a command-line tool for evaluating [Common Expression Language (CEL)](https://cel.dev/) expressions. It processes JSON input, performs computations, and outputs results. Think of it as if [jq](https://jqlang.org/) supported CEL.
45

@@ -20,7 +21,7 @@ celq -n --arg='fruit:string=apple' 'fruit.contains("a")'
2021

2122
Closely related formats such as NDJSON and JSON5 are also supported.
2223

23-
For detailed usage examples and recipes, see the [manual](docs/manual.md).
24+
For detailed usage examples and recipes, see the [manual](https://docs.rs/celq/latest/celq/).
2425

2526
## Why?
2627

0 commit comments

Comments
 (0)