1 2 3 4 5 6 7
//! MEGA API client and types. pub mod client; pub mod error; pub use client::ApiClient; pub use error::ApiErrorCode;