lucy-types 0.1.6

Shared types for lucyd: Protocol, EndpointMeta, JsonSchemaWrapper
Documentation
1
2
3
4
5
6
7
8
//! Shared types for the Lucy documentation framework.
//!
//! This crate is the single source of truth for all data structures
//! exchanged between the proc-macro crate (`lucy-macro`) and the
//! runtime crate (`lucy-core`).

pub mod endpoint;
pub mod schema;