Skip to content

Commit

Permalink
Back to vec (#4)
Browse files Browse the repository at this point in the history
* Using a Vec again. Sorting works.

* Cleaned up imports, renamed "name" to "task"

* Added rstest and used it.
Small fixes and clean up.
Renamed sorting to get_sorted

* small renames, etc
  • Loading branch information
kennethlove authored Aug 13, 2024
1 parent 5a45639 commit dd93d78
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 182 deletions.
99 changes: 99 additions & 0 deletions 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 @@ -33,3 +33,6 @@ tui-input = "0.9.0"
tui_confirm_dialog = "0.2.2"
unicode-width = "0.1.13"
uuid = { version = "1.10.0", features = ["serde", "v4", "fast-rng"] }

[dev-dependencies]
rstest = "0.22.0"
Loading

0 comments on commit dd93d78

Please sign in to comment.