saas-rs-sdk 0.6.2

The SaaS RS SDK
1
2
3
4
5
mod options;
mod s3_object_store;

pub use options::Options;
pub use s3_object_store::S3ObjectStore;