tre 0.1.1

A simple, fast and interactive alternative to 'tree.'
Documentation
1
2
3
4
5
6
7
8
9
extern crate clap;
extern crate colored;
extern crate ignore;

pub mod config;
pub mod display;
pub mod stats_collector;
pub mod streamer;
pub mod walker;