parallaxsecond / parallaxsecond/rust-tss-esapi
Remove unecessary modules in mod.rs files
Open
Nobody has claimed this yet.
breaking change
enhancement
- Dominant language
- Rust
- Stars
- 135
- Forks
- 80
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 5
Description
Extra modules such as:
mod lists;
pub use self::digest_list::DigestList;
pub mod digest_list {
pub use super::lists::digest::*;
}
Does not serve any real purpose and should be removed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the crate's mod.rs files for the module and re-export pattern shown in the issue, then inspect how each exposed name is used before changing it. Done means the unnecessary modules are removed without breaking the public API; run the project's test suite to check for regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100