Docs.rs
toolcraft-s3-kit-0.2.0
toolcraft-s3-kit 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
arthasyou
Dependencies
minio ^0.3
normal
thiserror ^2
normal
url ^2.5
normal
zip ^4
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
toolcraft_s3_kit/
lib.rs
1
pub mod
error;
2
pub mod
minio;
3
4
pub use
minio::s3::S3Client;