megalib 0.11.1

Rust client library for Mega.nz cloud storage
Documentation
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;