1 2 3 4 5 6 7 8 9
pub const API_URL: &str = "https://api.jikan.moe/v4/"; pub mod anime; pub mod schedules; pub mod genres; pub mod seasons; pub mod top; pub mod models;