[][src]Crate windows_drives

This crate provides safe wrappers around the unsafe Win32 API provided by winapi for interacting with physical drives, i. e. access to the raw binary data on the disk.

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.