#![allow(clippy::pedantic, clippy::nursery, clippy::all)]
pub mod defs;
#[path = "getPreferences.rs"]
pub mod get_preferences;
#[path = "getProfile.rs"]
pub mod get_profile;
#[path = "getProfiles.rs"]
pub mod get_profiles;
#[path = "getSuggestions.rs"]
pub mod get_suggestions;
pub mod profile;
#[path = "putPreferences.rs"]
pub mod put_preferences;
#[path = "searchActors.rs"]
pub mod search_actors;
#[path = "searchActorsTypeahead.rs"]
pub mod search_actors_typeahead;
pub mod status;