sapling

Crates.iosapling
lib.rssapling
version0.1.1
sourcesrc
created_at2016-04-09 14:03:46.897541
updated_at2016-04-10 19:35:22.755339
descriptionMini-version of the unix tree command
homepagehttps://github.com/maxjacobson/sapling
repository
max_upload_size
id4707
size1,660
Max Jacobson (maxjacobson)

documentation

README

sapling

This is my attempt to re-implement a simple version of tree in Rust.

This is my first rust program.

Wish me luck.

installation

(assumes you already have cargo installed and your terminal configured to have cargo-installed executables on your $PATH)

cargo install sapling

https://crates.io/crates/sapling

Goals

  • get basic tree output
  • style it correctly
  • add tests??
  • respect gitignore if present
Commit count: 0

cargo fmt