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
6
7
8
9
10
11
12
pub mod api_document;
pub mod endpoint;
pub mod json_schema;
pub mod pg_func;
pub mod service;
pub mod types;
pub use api_document::*;
pub use endpoint::*;
pub use json_schema::*;
pub use pg_func::*;
pub use service::*;
pub use types::*;