endpoint-libs 1.5.1

Common dependencies to be used with Pathscale projects, projects that use [endpoint-gen](https://github.com/pathscale/endpoint-gen), and projects that use honey_id-types.
Documentation
pub mod log;
#[cfg(feature = "log_reader")]
pub mod log_reader;
#[cfg(feature = "scheduler")]
pub mod scheduler;
#[cfg(feature = "signal")]
pub mod signal;
pub mod types;
pub mod utils;
#[cfg(feature = "ws")]
pub mod ws;

#[cfg(feature = "ws")]
pub use ws::handler;
#[cfg(feature = "ws")]
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;