1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-06-30 21:36:35 -04:00

Add the aeronmd example

I think I might be doing this the wrong way; if I want to embed the media driver, I'll need these bindings, but otherwise the clients just communicate through shared memory.
This commit is contained in:
2019-09-22 18:58:34 -04:00
parent 1fdf79af8b
commit 8eaf6b81c6
2 changed files with 100 additions and 0 deletions

View File

@ -13,3 +13,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
aeron_driver-sys = { path = "./aeron_driver-sys" }
[dev-dependencies]
clap = "2.33"
ctrlc = "3.1.3"