//! A flexible and configurable daemon library for Rust.
//!
//! This library provides a daemon (background service) that can be easily integrated into
//! various projects. It supports both synchronous and asynchronous operations, lifecycle
//! callbacks, and configuration management.
// Binary management module
// Concurrency models module
pub use ;
pub use DaemonConfig;
pub use DaemonError;