endpoint-libs 2.1.1

WebSocket RPC server and endpoint schema model, with MCP tool exposure and JSON Schema / OpenAPI / AsyncAPI generation. Shared runtime for services generated by endpoint-gen.
Documentation
1
2
3
4
5
#![cfg_attr(test, allow(deprecated))]

pub mod libs;
#[cfg(feature = "types")]
pub mod model;