Commit graph

6 commits

Author SHA1 Message Date
d7c070aad8
Convert to workspace with both deja-vu and pe-menu 2024-11-21 05:34:10 -08:00
dd03962c84
Drop use of Option for Partition fields
This simplifies the code quite a bit and the Option<T> logic is only
used for string parsing.  s.is_empty() is just fine in this case IMO.
2024-11-10 23:10:26 -08:00
1e223aa56a
Use usize for Disk & Partition id values 2024-11-10 22:42:47 -08:00
485bb9357b
Refactor add_partition_details 2024-11-10 21:54:08 -08:00
2ff4a2ce54
Refactor add_disk_details into get_disk_details
Drops requirement to update Disk in-place
2024-11-10 19:30:53 -08:00
e50b1ff55b
Add tests for diskpart 2024-11-04 19:32:18 -08:00