minio-rsc 0.2.5

rust for minio, api is compliant with the Amazon S3 protocol.
Documentation
1
2
3
4
5
6
//! # Serde XML for data types.

pub mod de;
pub mod error;
pub mod ser;
mod test;