//! # D-Engine Documentation
//!
//! Welcome to D-Engine documentation - a lightweight and strongly consistent Raft consensus
//! engine written in Rust. This section provides comprehensive resources for developers.
//!
//! ## Documentation Sections
//!
//! - [Client Guide](crate::docs::client_guide) - Client application development and API usage
//! - [Performance](crate::docs::performance) - Optimization techniques and benchmarking
//! - [Server Guide](crate::docs::server_guide) - Server deployment and customization