aeron-rs/aeron-rs/src/client/mod.rs

7 lines
158 B
Rust

//! Aeron client
//!
//! These are the modules necessary to construct a functioning Aeron client
pub mod cnc_descriptor;
pub mod concurrent;
pub mod context;