//! Safe Rust bindings for CSPCL (CubeSat Space Protocol Convergence Layer)
//!
//! This crate provides minimal safe wrappers around the C CSPCL library,
//! enabling transmission of BP7 bundles over CSP while keeping connection
//! handling explicit for higher-level integrations.
pub use cspcl_sys;
// Module declarations
// Public exports
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use RemotePeer;