7 releases (breaking)
Uses new Rust 2021
0.6.0 | Jun 18, 2022 |
---|---|
0.5.0 | Sep 20, 2021 |
0.4.1 | Mar 23, 2021 |
0.4.0 | Jan 13, 2021 |
0.1.0 | Jun 22, 2020 |
#297 in Asynchronous
123 downloads per month
Used in ihop
14KB
374 lines
What
Implement block devices in userspace through the Linux NBD (Network Block Device) driver.
Requirements
The kernel must support NBD (CONFIG_BLK_DEV_NBD
), either included in the kernel or by module.
Dependencies
~5–11MB
~182K SLoC