Proc-macro crate for the Lucy documentation framework.
Provides three attribute macros to annotate Axum handlers:
§Example
ⓘ#[lucy_macro::lucy_http(method = "GET", path = "/health", description = "Health check")]
async fn health_handler() -> &'static str { "ok" }