1
2
3
4
5
//! 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

pub mod engine;