mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-11 05:40:41 +00:00
- Adjusted indentation and line breaks for structs, functions, and method calls to comply with Rust formatting standards. - Improved error message formatting and consistency across `PkgTreeError` instances. - Restructured long function arguments and chained calls for clarity and maintainability. - Simplified conditional statements and loops for better readability. - No functional changes introduced.
6 lines
100 B
Rust
6 lines
100 B
Rust
pub mod catalog;
|
|
pub mod file;
|
|
pub mod info;
|
|
pub mod manifest;
|
|
pub mod publisher;
|
|
pub mod versions;
|