solar-s3 0.1.1

Solar-s3 this is the first version of the package that allows you to work with the file system as with S3 storage.
Documentation
1
2
3
4
5
#![feature(io_error_more)]
#![allow(unused)]

pub mod storage;
pub mod bucket;