grab_github 0.1.0

Obtain a list of files from a GitHub repository and download them to a folder using the GitHub API.
Documentation
1
2
3
4
5
6
7
8
9
10
mod download;
mod error;
mod filter;
mod request;
mod source_tree;

pub use download::*;
pub use error::Error;
pub use filter::Filter;
pub use source_tree::*;