find_folder 0.3.0

A simple tool for finding the absolute path to a folder with a given name.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust

rust:
    - stable
    - nightly

notifications:
    irc: "irc.mozilla.org#piston-internals"

script:
    - cargo build --verbose
    - cargo test --verbose
    - cargo doc --verbose

after_success:
    - curl http://docs.piston.rs/travis-doc-upload.sh | sh