idiolect-records 0.2.0

Rust record types mirroring the dev.idiolect.* Lexicon family.
Documentation
// @generated by idiolect-codegen. do not edit.

//! Rust types generated from the `dev.idiolect.*` lexicons plus the vendored
//! `dev.panproto.*` tree (see `lexicons/dev/panproto/VENDORED.md`).

#![allow(missing_docs)]

pub mod adapter;
pub mod belief;
pub mod bounty;
pub mod community;
pub mod correction;
pub mod defs;
pub mod dialect;
pub mod encounter;
pub mod examples;
pub mod observation;
pub mod panproto_commit;
pub mod panproto_complement;
pub mod panproto_lens;
pub mod panproto_lens_attestation;
pub mod panproto_protolens;
pub mod panproto_protolens_chain;
pub mod panproto_ref_update;
pub mod panproto_repo;
pub mod panproto_schema;
pub mod recommendation;
pub mod retrospection;
pub mod verification;
pub mod vocab;

pub use adapter::Adapter;
pub use belief::Belief;
pub use bounty::Bounty;
pub use community::Community;
pub use correction::Correction;
pub use dialect::Dialect;
pub use encounter::Encounter;
pub use observation::Observation;
pub use panproto_commit::PanprotoCommit;
pub use panproto_complement::PanprotoComplement;
pub use panproto_lens::PanprotoLens;
pub use panproto_lens_attestation::PanprotoLensAttestation;
pub use panproto_protolens::PanprotoProtolens;
pub use panproto_protolens_chain::PanprotoProtolensChain;
pub use panproto_ref_update::PanprotoRefUpdate;
pub use panproto_repo::PanprotoRepo;
pub use panproto_schema::PanprotoSchema;
pub use recommendation::Recommendation;
pub use retrospection::Retrospection;
pub use verification::Verification;
pub use vocab::Vocab;