Expand description
§Lexicon schema parsing and Rust code generation for the Jacquard atproto ecosystem
This crate provides the core lexicon types and code generation infrastructure.
For fetching lexicons and running the codegen binaries, see the jacquard-lexgen crate.
§Modules
codegen- Rust code generation from parsed schemascorpus- Lexicon corpus management and namespace organizationlexicon- Schema parsing and validationschema- Schema generation from Rust types (reverse codegen)- [
union_registry] - Tracks union types for collision detection fs- Filesystem utilities for lexicon storage- [
derive_impl] - Implementation functions for derive macros (used by jacquard-derive) validation- Runtime validation of Data against lexicon schemas