disk-name 1.0.0

A utility crate to get all existing disk names
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 12.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ValuONE/disk-name
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ValuONE

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