https://github.com/stratis-storage/devicemapper-rs
A Rust library for using Linux devicemapper
https://github.com/stratis-storage/devicemapper-rs
Last synced: 5 months ago
JSON representation
A Rust library for using Linux devicemapper
- Host: GitHub
- URL: https://github.com/stratis-storage/devicemapper-rs
- Owner: stratis-storage
- License: mpl-2.0
- Created: 2015-08-24T22:25:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T15:16:37.000Z (5 months ago)
- Last Synced: 2026-01-14T19:07:36.067Z (5 months ago)
- Language: Rust
- Size: 1.71 MB
- Stars: 76
- Watchers: 10
- Forks: 34
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.md
Awesome Lists containing this project
README
## 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)