Crate mega

source ·
Expand description

This is an API client library for interacting with MEGA’s API using Rust.

Structs

  • The MEGA API Client itself.
  • A builder to initialize a Client instance.
  • Represents a node stored in MEGA (either a file or a folder).
  • Represents a collection of nodes from MEGA.
  • Represents storage quotas from MEGA.

Enums

  • The main error type for this library.
  • Error code originating from MEGA’s API.
  • Represents the kind of a given node.

Type Definitions

  • The Result type for this library.