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
pub mod log;
#[cfg(feature = "log_reader")]
pub mod log_reader;
pub mod peer;
#[cfg(feature = "scheduler")]
pub mod scheduler;
#[cfg(feature = "signal")]
pub mod signal;
pub mod types;
pub mod utils;
#[cfg(feature = "ws-core")]
pub mod ws;

#[cfg(feature = "ws-core")]
pub use ws::handler;
#[cfg(feature = "ws-core")]
pub use ws::toolbox;

#[deprecated]
pub mod config;
#[deprecated]
#[cfg(feature = "database")]
pub mod database;
#[deprecated]
pub mod datatable;
#[deprecated]
pub mod deserializer_wrapper;
pub mod error_code;
#[deprecated]
pub mod warn;

#[deprecated]
pub const DEFAULT_LIMIT: i32 = 20;
#[deprecated]
pub const DEFAULT_OFFSET: i32 = 0;