Skip to content

Commit cba4068

Browse files
authored
Add + operation to ion jq (#196)
* Extract a filter-building method # Conflicts: # src/bin/ion/commands/jq.rs * Implement `+` and the `--slurp` option * Fix Clippy warnings * cargo fmt and more clean up * Move *Math traits to their own module, document
1 parent f38f841 commit cba4068

File tree

5 files changed

+249
-47
lines changed

5 files changed

+249
-47
lines changed

Cargo.lock

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ derive_builder = "0.20.0"
3737
itertools = "0.13.0"
3838
jaq-core = "2.1.1"
3939
jaq-std = "2.1.0"
40+
bigdecimal = "0.4.8"
4041

4142
[target.'cfg(not(target_os = "windows"))'.dependencies]
4243
pager = "0.16.1"

0 commit comments

Comments
 (0)