#directory #file #structures

app rtree

Directory tree structure written in Rust

1 unstable release

Uses old Rust 2015

0.1.0 May 22, 2017

#328 in #structures

MIT license

2KB

Directory tree structure written in Rust

list of all file and folders in tree structure

Installation

$ cargo install rtree

Usage

$ rtree ./

Path: ./
  ▕─ dir2
     ▕─ inner dir 1
     ▕    ▕─ file1
     ▕    ▕─ file2
  ▕─ dir1
     ▕─ file1
     ▕─ file2
  ▕─ dir3

Dependencies

~2MB
~28K SLoC