//! APDU (Application Protocol Data Unit) encoding and decoding.
//!
//! This module provides APDU types and encoding for BACnet application layer.
//!
//! ## Features
//!
//! - **Encoding/Decoding**: TLV-based encoding for all BACnet data types
//! - **Service Types**: Confirmed and unconfirmed service definitions
//! - **Segmentation**: Support for large message segmentation and reassembly
//! - **Error Handling**: Comprehensive error types
pub use ;
pub use ;
pub use ;