urcu2-src 0.1.6+0.14.1

Redistribution of liburcu as a crate
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-src?style=for-the-badge&logo=rust)](https://crates.io/crates/urcu2-src)
[![Latest Documentation](https://img.shields.io/docsrs/urcu2-src?style=for-the-badge&logo=rust)](https://docs.rs/urcu2-src/latest/urcu_src/)

# Userspace RCU

This crate provides a build-time API to optionally build and link [`liburcu`] from scratch.

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

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