mirror of
https://github.com/bspeice/aeron-rs
synced 2026-06-13 08:11:38 -04:00
Initial Cargo project and Aeron source
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user