| Crates.io | listdisk-rs |
| lib.rs | listdisk-rs |
| version | 0.3.4 |
| created_at | 2025-11-07 22:52:06.596245+00 |
| updated_at | 2025-11-09 17:55:42.074423+00 |
| description | win32 disk info utils |
| homepage | |
| repository | https://github.com/mokurin000/listdisk-rs |
| max_upload_size | |
| id | 1922314 |
| size | 86,967 |
listdisk-rs is a Rust project for disk and drive information utilities, featuring multiple example programs and modular features. It is written entirely in Rust.
windows-sys), WMI querying, and Unicode/UTF-16 strings.MSFT_Disk, MSFT_DiskToPartitionMSFT_DiskImageClone this repo:
git clone https://github.com/mokurin000/listdisk-rs.git
cd listdisk-rs
Build the project:
cargo build
Run a specific example (replace EXAMPLE as needed):
cargo run --example list_volume
Enable features with Cargo's --features flag, e.g.:
cargo run --example list_volume --features volume
See the Cargo.toml for the complete list of available features.
src/: Main source codeexamples/: Example binariesCargo.toml: Feature and dependency configurationKey dependencies:
See Cargo.toml for more information about this project and its licensing.
100% Rust. See also the Cargo.toml for all configuration details.