Crate raze[][src]

Raze is a library for interfacing the BackBlaze B2 API

Raze provides raw API bindings via the API module or an easy-to-use object-like struct via engine
It is highly recommended to thoroughly read the BackBlaze B2 API documentation before using this crate

An example project using this library is available at https://github.com/KongouDesu/raze-cli/tree/master

Modules

api

Raw Rust API bindings for BackBlaze B2

engine

An object-like struct for easy-to-use API access This module currently only consists of the engine itself, which in turn consists of a struct that provides some more accessible methods for working with the B2 API

Structs

B2ApiError

An API error, most likely from a bad API call

Enums

B2Error

The various kinds of errors this crate may return