//! # StudentVue
//! StudentVue is a simplistic Rust API to access various services offered by the StudentVUE App
//! in a convenient format.
//!
//! ## Features
//! - Asynchronous
//! - Retrieve grades, school information, schedules, attendance
//! - Support for various API methods
pub use ParamBuilder;
pub use Client;
pub use Method;
pub use WebHandle;