Expand description
retree - GNU tree compatible directory listing utility.
This crate provides both a library API and CLI for displaying directory structures in a tree-like format.
Re-exports§
pub use app::run;pub use app::run;pub use app::run_with_config;
Modules§
- app
- cli
- config
- Configuration layer.
- core
- Core domain layer — unified entry point for business logic modules.
- error
- i18n
- platform
- Platform abstraction layer.
- render
- Render layer — output backends using the Strategy pattern.
- style
Macros§
- t
- Localization macro for simple messages