Skip to main content

lucy_types/
lib.rs

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`).
6
7pub mod endpoint;
8pub mod schema;