block-devs 0.1.0

Safe portable wrapper for block device opperations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nix]
version = "0.19"

[package]
authors = ["AJ Bagwell <anthony.bagwell@hivehome.com>"]
categories = ["os::unix-apis"]
description = "Safe portable wrapper for block device opperations"
edition = "2018"
license = "MIT"
name = "block-devs"
repository = "https://github.com/aj-bagwell/block-devs"
version = "0.1.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-freebsd"]