urcu2-sys 0.1.8

Bindings to liburcu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[![Repository](https://img.shields.io/badge/Repository-Gitlab-blue?style=for-the-badge&logo=gitlab
)](https://gitlab.com/gabrielpolloguilbert/urcu)
[![Latest Version](https://img.shields.io/crates/v/urcu2-sys?style=for-the-badge&logo=rust)](https://crates.io/crates/urcu2-sys)
[![Latest Documentation](https://img.shields.io/docsrs/urcu2-sys?style=for-the-badge&logo=rust)](https://docs.rs/urcu2-sys/latest/urcu_sys/)

# Userspace RCU

This crate provides unsafe Rust API to [`liburcu`] for Linux systems.

This crate should not be used directly, please use the [`urcu2`] crate.

[`liburcu`]: https://liburcu.org/
[`urcu2`]: https://crates.io/crates/urcu2