diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-06 22:06:30 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-06 22:06:30 +0800 |
| commit | f229e3044048d57bddf7f14d7ff3d8d296039018 (patch) | |
| tree | a3e6b8afa42344543d082fe5b0f6d656b320f05a /src/utils.rs | |
| parent | ce6ff7ec0648af667e620631b793fe0e4f8fea37 (diff) | |
feat: add display utilities and table component
- Create display module with SimpleTable structure
- Add size_str function for file size formatting
- Support ANSI escape sequence filtering in display width
- Provide table formatting with proper column alignment
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs index dfa6926..ae10d39 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,5 @@ pub mod build_env_logger; +pub mod display; pub mod input; pub mod lang_selector; pub mod md_colored; |
