Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Improve metassr-utils #11

Merged
merged 10 commits into from
Sep 21, 2024
Merged

refactor: Improve metassr-utils #11

merged 10 commits into from
Sep 21, 2024

Conversation

hulxv
Copy link
Collaborator

@hulxv hulxv commented Sep 18, 2024

add some improvements on the metassr-utils crate by documenting its utilities and adding more test cases

  • directories analyzer (src, and dist)
  • random generator (rand)
  • Cache directory (cache_dir)
  • Checker State (checker)

Close #13

improve its documentation and test cases
improve its documentation and test cases
- move `src_analyzer.rs` and `dist_analyzer.rs` to `analyzer` module.
- improve their documentation.
- add  more test-cases.
- add `README.md` for `metassr-utils`
- add documenation for`metassr-utils` crate
- improve documenation of each module in the crate
- implement `std::fmt::Display`
- implement `std::cmp::PartialEq` and `std::cmp::PartialOrd`
- implement `std::cmp::PartialEq<i64>` and `std::cmp::PartialOrd<i64>`
…eDir.dir_path()` and rename it to `CacheDir.path()`
@hulxv
Copy link
Collaborator Author

hulxv commented Sep 20, 2024

@viferga I think it's ready to merge now

@hulxv hulxv merged commit 7026de2 into master Sep 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: document metassr-utils
1 participant