zacharygolba / json-api-rs

Idiomatic types for building a robust JSON API with Rust
https://crates.io/crates/json-api
Apache License 2.0
26 stars 8 forks source link

feat: add negation operator and reverse method to sort and direction #10

Closed zacharygolba closed 7 years ago

zacharygolba commented 7 years ago

Adds a convenient way to reverse direction.

codecov[bot] commented 7 years ago

Codecov Report

Merging #10 into master will decrease coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #10      +/-   ##
=========================================
- Coverage    0.21%   0.21%   -0.01%     
=========================================
  Files          23      23              
  Lines         935     951      +16     
=========================================
  Hits            2       2              
- Misses        933     949      +16
Impacted Files Coverage Δ
src/query/sort.rs 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4fa36fd...f7f8d19. Read the comment docs.