Module riven::consts[][src]

Expand description

Constant data and Enums used with the Riot Games API.

This module uses SCREAMING_SNAKE_CASE for enum variants, as enums in this crate should be considered collections of constants.

Modules

Utilities for working with ranks, represented as (Tier, Division) tuples.

Structs

Enums

League of Legend’s champions.

LoL and TFT rank divisions, I, II, III, IV, and (deprecated) V.

League of Legends game mode, such as Classic, ARAM, URF, One For All, Ascension, etc.

League of Legends game type: matched game, custom game, or tutorial game.

League of Legends maps.

League of Legends matchmaking queue.

LoL or TFT ranked queue types.

A region served by a single game server. Each Riot Games API request is directed at a particular region, with tournament API requests directed at the AMERICAS “global” region.

League of Legends matchmaking seasons.

League of Legends team.

LoL and TFT ranked tiers, such as gold, diamond, challenger, etc.

Traits

Trait allowing iteration of enum types, implemented by several enums in this module. Re-exported from strum.