urcu 0.0.1

safe wrapper of the memb variant of the userspace RCU library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.crossbeam-utils]
version = "0.8"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.static_assertions]
version = "1.1"

[package]
authors = ["Adam Reichold <adam.reichold@t-online.de>"]
description = "safe wrapper of the memb variant of the userspace RCU library"
edition = "2018"
license = "LGPL-2.1-or-later"
links = "urcu-memb"
name = "urcu"
repository = "https://github.com/adamreichold/urcu"
version = "0.0.1"