oci-api 0.6.0

OCI (Oracle Cloud Infrastructure) API client for Rust
Documentation
1
2
3
4
5
6
//! OCI client module

mod http;
pub(crate) mod signer;

pub use http::Oci;