Expand description

exports everything in the library.

Re-exports

pub use crate::apiv1::*;
apiv1
pub use crate::apiv2::*;
apiv2
pub use crate::beatmap::diff_calc::*;
experimental-diff-calc
pub use crate::beatmap::pp_calc::*;
experimental-diff-calc
pub use crate::beatmap::*;
pub use crate::color::*;
pub use crate::data::*;
pub use crate::db::*;
pub use crate::events::*;
pub use crate::hitobject::*;
pub use crate::hitsounds::*;
pub use crate::math::*;
pub use crate::replay::*;
pub use crate::spline::*;
pub use crate::timing::*;

Structs

An error indicating an attempt to construct NotNan from a NaN

A wrapper around floats providing an implementation of Eq, Ord and Hash.

A wrapper around floats providing implementations of Eq, Ord, and Hash.

Enums

An error indicating a parse error from a string for NotNan.

Traits

Generic trait for floating point numbers