1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-03-12 18:51:30 -04:00
Commit Graph

10 Commits

Author SHA1 Message Date
c463c96170 Start work on the atomic buffer
C++ Aeron doesn't seem to care about alignment, so I guess I won't either?
2019-10-03 22:10:34 -04:00
49bfb1edb9 Minor cleanup of the CnC version check 2019-10-02 23:11:44 -04:00
cef3a17d55 Move the control protocol enum to main client lib
Side benefit: forcing documentation
2019-09-25 22:18:56 -04:00
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
966db0767f Add a Rust-ier way of handling the MediaDriver 2019-09-23 23:04:59 -04:00
1fdf79af8b Start work on the client context 2019-09-22 17:56:52 -04:00
6018b12670 Format, clippy, and start the docs 2019-09-19 23:06:37 -04:00
cfad779e03 Start on an aeron-rs crate 2019-09-19 22:24:35 -04:00
a1604f49f0 Initial version allows for tests that actually run! 2019-09-19 22:02:14 -04:00
c6eb7e3519 Initial Cargo project and Aeron source 2019-09-19 18:45:21 -04:00