jacquard-api 0.12.0-beta.2

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;

use jacquard_common::{BosStr, CowStr, DefaultStr, FromStaticStr};
/// Identifies as female.
pub type GenderFemale<S = DefaultStr> = S;
/// Identifies as male.
pub type GenderMale<S = DefaultStr> = S;
/// Identifies as non-binary.
pub type GenderNonBinary<S = DefaultStr> = S;
/// Other gender identity not listed.
pub type GenderOther<S = DefaultStr> = S;
/// Currently questioning gender identity.
pub type GenderQuestioning<S = DefaultStr> = S;
pub type PronounsAny<S = DefaultStr> = S;
pub type PronounsHeHim<S = DefaultStr> = S;
pub type PronounsHeThey<S = DefaultStr> = S;
pub type PronounsSheHer<S = DefaultStr> = S;
pub type PronounsSheThey<S = DefaultStr> = S;
pub type PronounsTheyThem<S = DefaultStr> = S;