This is an API client library for interacting with MEGA's API using Rust.
This library aims to implement most (if not all) interactions with MEGA's API in pure Rust.
This allows to Rust applications to access MEGA without needing to depend on the [MEGAcmd] command-line tool being installed on the host system.
It can also allow for more fine-grained control over how the operations are carried-out, like downloading nodes concurrently.
You can see examples of how to use this library by looking at the different examples available.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.