disk-name 1.0.0

A utility crate to get all existing disk names
Documentation

Key Features

  • Retrieve all disk names

Installation

Use the cargo add disk-name command or add it manually to your cargo.toml file

[dependencies]



disk-name = "1.0.0"


Usage

The disk-name crate exposes one function to call.

fn main() {
    let disk_names: Vec<String> = get_letters();
    println!("{:#?}", disk_names);
}

With that simple call all existing letter names are printed.


Supported platforms

  1. Windows
  2. Linux
  3. MacOS

Contributors


License

GitHub license