[][src]Crate speedruns

Tools to download, search, and mirror https://speedrun.com leaderboards.

Re-exports

pub use crate::data::database::Database;
pub use crate::data::types;
pub use crate::data::types::*;

Modules

api

Types for the speedrun.com API data we consume and utilities for normalizing it.
https://speedrun.com API

data

Our normalized data types, a frozen in-memory database, and leaderboard logic. Our speedrun data model.

utils

Utilities that should probably go somewhere more specific. Shared utils.