Key Features • Installation • Usage • Platforms • Contributors • License
In a previous project, I needed to retrieve a list of all disk names. While I attempted to use the WinAPI, I found the process cumbersome and disliked the involving unsafe calls. As a result, I decided to implement my own solution using the Rust standard library.
## **Key Features** - Retrieve all disk names --- ## **Installation** Use the ``cargo add disk-name`` command or add it manually to your **cargo.toml** file ````toml [dependencies] disk-name = "1.0.0" ```` --- ## **Usage** The disk-name crate exposes one function to call. ```rust fn main() { let disk_names: Vec