File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ an alternative to `libparted`.
3939- ` partitioning ` - A partitioning API for manipulating partition tables on block devices. This will be built atop
4040 ` disks ` and ` superblock ` to provide a high level API for partitioning. Currently focused on ` gpt ` .
4141
42+ - The ` loopback ` module provides a way to create loopback devices and bind them for testing.
43+ - Notifying the kernel of partition table changes is supported for GPT (BLKPG).
44+ - The ` planner ` module is provided to assist in planning partitioning operations (undo support included)
45+ - The ` strategy ` module builds on top of ` planner ` to facilitate computation of partition layouts including
46+ disk wipe, dual boot scenarios, etc.
47+
4248## License
4349
4450` disks-rs ` is available under the terms of the [ MPL-2.0] ( https://spdx.org/licenses/MPL-2.0.html )
You can’t perform that action at this time.
0 commit comments