io-uring 0.2.0

Wrapper providing a safe and simple way to access liburing-sys features.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# io-uring

Wrapper providing a safe and simple way to access liburing-sys features.

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
io-uring = "0.2"
```

# License

Rand is distributed under the terms of the LGPL-2.1 license.

See [COPYING](COPYING) for details.