//! # Space Earth DTN (Delay Tolerant Network) Library
//!
//! This library implements a DTN (Delay Tolerant Network) system for space communications.
//! It provides bundle protocol v7 (BPv7) support, routing algorithms, and various
//! convergence layer adapters (CLAs).
// Core modules
// Constants and utilities
// Re-export commonly used types for convenience
pub use ;
pub use ;
// Re-export convenience functions for easy access
pub use convenience;