1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-09-20 18:41:31 -04:00
aeron-rs/src/lib.rs
Bradlee Speice 941c18bf37 Clean up the client context a bit
We're not ready to make use of most of these options
2019-09-23 23:27:03 -04:00

6 lines
121 B
Rust

//! [Aeron](https://github.com/real-logic/aeron) client for Rust
#![deny(missing_docs)]
pub mod client;
pub mod driver;