Skip to content

Commit

Permalink
rust: Introduce assert_fs crate
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Aug 20, 2024
1 parent 335115f commit 44fc971
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 49 deletions.
262 changes: 262 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/dekoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ lz4_flex = "0.9.2"
ndarray = "0.15.4"
ndarray-npy = "0.8.1"
thiserror = "1.0.63"

[dev-dependencies]
assert_fs = "1.1.2"
predicates = "3.1.2"
Loading

0 comments on commit 44fc971

Please sign in to comment.