zynk-macros
Proc macros for registering Rust Zynk endpoints.
This crate provides attribute macros (#[command], #[message], #[upload], #[static_file]) that preserve your handler function unchanged and add link-time EndpointMeta registrations consumed by server bindings like zynk-axum.
Usage
[]
= "0.1"
= "0.1"
use command;
async