10 个版本

0.5.1 2024 年 7 月 25 日
0.5.0 2024 年 7 月 9 日
0.4.1 2023 年 3 月 15 日
0.4.0 2022 年 4 月 7 日
0.2.3 2021 年 10 月 26 日

52命令行界面

Download history • Rust 包仓库 531845/week @ 2024-05-03 • Rust 包仓库 550659/week @ 2024-05-10 • Rust 包仓库 561332/week @ 2024-05-17 • Rust 包仓库 540274/week @ 2024-05-24 • Rust 包仓库 598548/week @ 2024-05-31 • Rust 包仓库 575185/week @ 2024-06-07 • Rust 包仓库 554130/week @ 2024-06-14 • Rust 包仓库 572067/week @ 2024-06-21 • Rust 包仓库 540493/week @ 2024-06-28 • Rust 包仓库 538987/week @ 2024-07-05 • Rust 包仓库 584941/week @ 2024-07-12 • Rust 包仓库 577324/week @ 2024-07-19 • Rust 包仓库 576153/week @ 2024-07-26 • Rust 包仓库 553170/week @ 2024-08-02 • Rust 包仓库 600059/week @ 2024-08-09 • Rust 包仓库 513125/week @ 2024-08-16 • Rust 包仓库

2,356,249 每月下载量
2,316 个 Crates (29 直接) 中使用

MIT 许可证

19KB
308

termtree Main

在命令行上可视化树形数据

API 文档

示例

在 "examples" 目录下提供了一个示例程序,以模拟 tree(1) linux 程序

$ cargo run --example tree target
    Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
     Running `target/debug/examples/tree target`
target
└── debug
    ├── .cargo-lock
    ├── .fingerprint
    |   └── termtree-21a5bdbd42e0b6da
    |       ├── dep-example-tree
    |       ├── dep-lib-termtree
    |       ├── example-tree
    |       ├── example-tree.json
    |       ├── lib-termtree
    |       └── lib-termtree.json
    ├── build
    ├── deps
    |   └── libtermtree.rlib
    ├── examples
    |   ├── tree
    |   └── tree.dSYM
    |       └── Contents
    |           ├── Info.plist
    |           └── Resources
    |               └── DWARF
    |                   └── tree
    ├── libtermtree.rlib
    └── native

许可证

MIT 许可证下许可 (LICENSE-MIThttps://open-source.org.cn/licenses/MIT)

无运行时依赖