Skip to content

Commit e415471

Browse files
committed
README: Refresh with latest changes
Signed-off-by: Ikey Doherty <[email protected]>
1 parent 8701997 commit e415471

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)