parallaxsecond / parallaxsecond/rust-tss-esapi

Remove unecessary modules in mod.rs files

Open
#313 4 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.