jacquard-api 0.10.1

Generated AT Protocol API bindings for Jacquard
Documentation
// @generated by jacquard-lexicon. DO NOT EDIT.
//
// Lexicon: download.darkworld.defs
//
// This file was automatically generated from Lexicon schemas.
// Any manual changes will be overwritten on the next regeneration.

pub mod deltarune;
pub mod site;
pub mod state;

/// Identifies as female.
pub type GenderFemale<'a> = jacquard_common::CowStr<'a>;
/// Identifies as male.
pub type GenderMale<'a> = jacquard_common::CowStr<'a>;
/// Identifies as non-binary.
pub type GenderNonBinary<'a> = jacquard_common::CowStr<'a>;
/// Other gender identity not listed.
pub type GenderOther<'a> = jacquard_common::CowStr<'a>;
/// Currently questioning gender identity.
pub type GenderQuestioning<'a> = jacquard_common::CowStr<'a>;
pub type PronounsAny<'a> = jacquard_common::CowStr<'a>;
pub type PronounsHeHim<'a> = jacquard_common::CowStr<'a>;
pub type PronounsHeThey<'a> = jacquard_common::CowStr<'a>;
pub type PronounsSheHer<'a> = jacquard_common::CowStr<'a>;
pub type PronounsSheThey<'a> = jacquard_common::CowStr<'a>;
pub type PronounsTheyThem<'a> = jacquard_common::CowStr<'a>;