urcu-sys 0.0.3

System bindings for urcu (user-space rcu)
docs.rs failed to build urcu-sys-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

liburcu-sys

Rust bindings for liburcu.

Install liburcu

On Ubuntu do:

apt install liburcu-dev liburcu6

On MacOS do:

git clone git://git.liburcu.org/userspace-rcu.git
./bootstrap
./configure --build=x86_64-apple-darwin11
make install