1//! Shared types for the Lucy documentation framework.
2//!
3//! This crate is the single source of truth for all data structures
4//! exchanged between the proc-macro crate (`lucy-macro`) and the
5//! runtime crate (`lucy-core`).
67pub mod endpoint;
8pub mod schema;