faker-rust 0.1.0

A high-performance, locale-aware fake data generator for Rust
Documentation
//! Gaming generators - provides data from various video games and tabletop RPGs

pub mod clash_of_clans;
pub mod control;
pub mod dnd;
pub mod dota;
pub mod elder_scrolls;
pub mod fallout;
pub mod final_fantasy_xiv;
pub mod game;
pub mod half_life;
pub mod heroes;
pub mod heroes_of_the_storm;
pub mod league_of_legends;
pub mod minecraft;
pub mod myst;
pub mod overwatch;
pub mod pokemon;
pub mod sonic_the_hedgehog;
pub mod street_fighter;
pub mod super_mario;
pub mod super_smash_bros;
pub mod tarkov;
pub mod touhou_project;
pub mod warhammer_fantasy;
pub mod witcher;
pub mod world_of_warcraft;
pub mod zelda;