gette 0.0.2

A Rust library for getting "things"
Documentation
1
2
3
4
5
mod file;
pub mod s3;

pub use file::File;
pub use s3::S3;