| Crates.io | mega_api |
| lib.rs | mega_api |
| version | 0.1.1 |
| created_at | 2021-06-16 22:07:13.600695+00 |
| updated_at | 2021-06-16 22:27:29.336748+00 |
| description | Mega.nz api |
| homepage | |
| repository | https://github.com/sero01000/mega |
| max_upload_size | |
| id | 411060 |
| size | 30,251 |
use mega_api;
fn main() {
let email="test@email.com";
let password="test";
let account=Mega::login(email,password);
println!("{:?}", account);
}
cargo install megaLicensed 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.
See CONTRIBUTING.md.