windows-drives

Crates.iowindows-drives
lib.rswindows-drives
version0.5.0
sourcesrc
created_at2020-12-11 17:38:35.953007
updated_at2021-03-03 22:56:47.415499
descriptionSafe Win32 API wrappers for access to raw binary data on physical drives
homepage
repositoryhttps://sr.ht/~mvforell/windows-drives
max_upload_size
id321889
size24,723
Max von Forell (mvforell)

documentation

https://docs.rs/windows_drives

README

windows-drives

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").

Commit count: 0

cargo fmt