urcu 0.0.3

safe wrapper of the memb variant of the userspace RCU library
Documentation
1
2
3
4
fn main() {
    println!("cargo:rustc-link-lib=urcu-memb");
    println!("cargo:rustc-cfg=atomic_ptr")
}