1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-09-20 18:41:31 -04:00
aeron-rs/src/lib.rs

7 lines
147 B
Rust
Raw Normal View History

2019-09-22 17:56:52 -04:00
//! [Aeron](https://github.com/real-logic/aeron) client for Rust
2019-09-19 23:06:37 -04:00
#![deny(missing_docs)]
pub mod client;
pub mod control_protocol;
pub mod driver;