block-utils 0.11.1

Utilities to work with block devices. Formatting, getting device info, identifying type of device, etc.
Documentation
1
2
3
4
5
6
7
# block-utils
![Rust](https://github.com/cholcombe973/block-utils/workflows/Rust/badge.svg)
[![Docs](https://docs.rs/block-utils/badge.svg)](https://docs.rs/block-utils)[![Crates.io](https://img.shields.io/crates/v/block-utils.svg)](https://crates.io/crates/block-utils)

Rust utilities for working with block devices.  Basic support has been added
to detect if block devices are ssd or rotational.  Also has support to
determine if a device is in fact a block device.