saas-rs-sdk 0.6.0

The SaaS RS SDK
1
2
3
4
5
6
pub mod adapters;
#[allow(clippy::module_inception)]
mod object_store;

use super::Error;
pub use object_store::ObjectStore;