Consider refactoring re-exports
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 78
- Forks
- 129
- Ø Merge
- 4 T. 14 Std.
- Gemergte PRs (30 T.)
- 52
Beschreibung
Not for this PR (it would be a breaking change), but maybe we should create a more specific hierarchy of submodules for this. For example, we could have
```rust
pub mod component {
...
pub mod auth {
pub use miden_lib::account::auth::*;
}
}
```
_Originally posted by @igamigo in https://github.com/0xMiden/miden-client/issues/1297#issuecomment-3293410558_
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.