#convert #string #tree #flat-tree

bin+lib print-flat-tree

将扁平树转换为字符串

5 个稳定版本

使用旧的 Rust 2015

1.1.3 2018年7月25日
1.1.2 2018年4月2日
1.1.1 2018年2月23日
1.0.0 2018年2月23日

#316#tree

MIT/Apache

12KB
114

print-flat-tree

crates.io version build status downloads docs.rs docs

将扁平树转换为字符串。改编自 mafintosh/print-flat-tree

安装

$ cargo add print-flat-tree

使用方法

print-flat-tree
Converts a flat-tree to a string

USAGE:
    print-flat-tree [tree]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <tree>...    For example '0 1 2 3 7 8 9 10'

输出

print-flat-tree 0 1 2 3 7 8 9 10 11 12 13 14

  0──┐
     1──┐
  2──┘  │
        3──┐
           │
           │
           │
           7
  8──┐     │
     9──┐  │
 10──┘  │  │
       11──┘
 12──┐  │
    13──┘
 14──┘

许可证

MIT OR Apache-2.0

依赖项

~3.5MB
~61K SLoC