rdma-sys 0.1.0

Rdma ibverbs lib Rust binding
1
2
3
4
5
6
#![deny(warnings)]
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
#![allow(deref_nullptr)] // TODO(fxbug.dev/74605): Remove once bindgen is fixed.

pub mod verbs;
pub use verbs::*;