Crate uplink

source ·
Expand description

This crate provides an idiomatic and safe Rust bindings for Storj DCS Uplink.

It wraps the low level crate uplink-sys, auto-generated by bindgen. We use the term FFI through all this crate documentation and error messages when referencing the low level crate.

Re-exports§

Modules§

  • Storj DCS Access Grant and bound types.
  • Storj DSC Bucket and related types.
  • Supplementary documentation (no code!).
  • Storj DCS Edge service related operations.
  • Errors returned by this crate.
  • Storj DCS metadata types.
  • Storj DCS Object and related types.
  • Storj DCS Project.

Structs§

  • Defines configuration for using Uplink library.
  • Represents a key for encrypting and decrypting data.

Type Aliases§

  • A specialized Result type for Storj Uplink operations.