Crate windows_drives

Source
Expand description

This crate provides safe wrappers around the unsafe Win32 API provided by winapi for raw disk access.

Currently accessing complete disks (\\.\PhysicalDriveX) and disk partitions (\\?\HarddiskVolumeX) is supported.

A good program to view your computer’s disk mapping is SIV (under “Volumes -> Disk Mapping”).

Re-exports§

pub use drive::*;

Modules§

drive
The core module of the crate, providing the data structures representing physical drives.
win32
A module providing helper functions to interact with the Win32 API.