rust-crates / ergo_fs

ergonomic filesystem operations in rust
https://docs.rs/ergo_fs
Other
7 stars 0 forks source link

Add glob and shellexpand and create wrappers #2

Closed vitiral closed 6 years ago

vitiral commented 6 years ago

This adds the above new crates and creates wrappers to better integrate their names/types in the ergo ecosystem.

There are a couple of oustanding fixmes that are waiting on https://github.com/rust-lang-nursery/glob/issues/64.

r? @killercup

vitiral commented 6 years ago

I went ahead and merged it. I need to get travis+bors integration. Should do that next.