urcu-sys

Crates.iourcu-sys
lib.rsurcu-sys
version0.0.5
sourcesrc
created_at2019-10-23 00:39:25.306111
updated_at2020-04-24 10:42:24.826042
descriptionSystem bindings for urcu (user-space rcu)
homepage
repositoryhttps://github.com/gz/urcu-sys
max_upload_size
id174762
size25,656
Gerd Zellweger (gz)

documentation

README

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
Commit count: 14

cargo fmt