Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "rwlock2"
version = "0.1.0"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
repository = "https://github.com/reem/rust-rwlock2.git"
description = ""
readme = "README.md"
license = "MIT"

[dependencies]
libc = "0.2"

[dev-dependencies]
rand = "0.3"