Module riven::consts

source ·
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§

Traits§

  • Trait allowing iteration of enum types, implemented by several enums in this module. Re-exported from strum. This trait designates that an Enum can be iterated over. It can be auto generated using strum_macros on your behalf.