oci-api 0.6.0

OCI (Oracle Cloud Infrastructure) API client for Rust
Documentation
1
2
3
4
5
6
// Authentication modules
pub mod config_loader;
pub mod key_loader;

pub use config_loader::ConfigLoader;
pub use key_loader::KeyLoader;