//! This crate implements a wrapper for the Speedrun.com REST API.
//!
//! Endpoints are available in the [api](src/api.rs) module.
extern crate derive_builder;
pub use AuthError;
pub use ;
//TODO:
// - Tests
// - declare_endpoint!() macro?
// - Endpoint builder errors