Skip to content

Commit

Permalink
Add sorting support
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Apr 16, 2021
1 parent 1dc25c4 commit 84f1116
Show file tree
Hide file tree
Showing 14 changed files with 929 additions and 338 deletions.
261 changes: 260 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }
notify = "4.0.12"
lazy_static = "1.4.0"
indexmap = { version = "1.6.2", features = ["serde"] }

[dev-dependencies]
criterion = "0.3"
rspec = "1.0"
serde_json = "1.0"

[[bench]]
name = "navigation"
Expand Down
Loading

0 comments on commit 84f1116

Please sign in to comment.