Skip to main content

faker_rust/games/
mod.rs

1//! Gaming generators - provides data from various video games and tabletop RPGs
2
3pub mod clash_of_clans;
4pub mod control;
5pub mod dnd;
6pub mod dota;
7pub mod elder_scrolls;
8pub mod fallout;
9pub mod final_fantasy_xiv;
10pub mod game;
11pub mod half_life;
12pub mod heroes;
13pub mod heroes_of_the_storm;
14pub mod league_of_legends;
15pub mod minecraft;
16pub mod myst;
17pub mod overwatch;
18pub mod pokemon;
19pub mod sonic_the_hedgehog;
20pub mod street_fighter;
21pub mod super_mario;
22pub mod super_smash_bros;
23pub mod tarkov;
24pub mod touhou_project;
25pub mod warhammer_fantasy;
26pub mod witcher;
27pub mod world_of_warcraft;
28pub mod zelda;