File: README.md

package info (click to toggle)
rust-devicemapper 0.34.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## devicemapper-rs

#### A library wrapping Linux's devicemapper ioctls (does not use libdm).

### Development status

#### BETA, feature complete but needs testing.

### Documentation

[API Documentation](https://docs.rs/devicemapper).

[Devicemapper Documentation](https://www.kernel.org/doc/Documentation/device-mapper/)

### How to contribute

GitHub is used for pull requests and issue tracking.

### License

[Mozilla Public License 2.0](https://www.mozilla.org/MPL/2.0/FAQ.html)