1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-09-15 19:10:38 -04:00

Add a Rust-ier way of handling the MediaDriver

This commit is contained in:
2019-09-23 23:04:59 -04:00
parent 1889a198b9
commit 966db0767f
3 changed files with 134 additions and 1 deletions

View File

@ -17,3 +17,4 @@ aeron_driver-sys = { path = "./aeron_driver-sys" }
[dev-dependencies]
clap = "2.33"
ctrlc = "3.1.3"
tempfile = "3.1"