devd-rs 0.2.1

An interface to devd, the device hotplug daemon on FreeBSD and DragonFlyBSD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "devd-rs"
version = "0.2.1"
authors = [ "Greg V <greg@unrelenting.technology>" ]
keywords = [ "System", "FreeBSD", "DragonFlyBSD", "devd", "hotplug" ]
categories = [ "os::unix-apis" ]
description = "An interface to devd, the device hotplug daemon on FreeBSD and DragonFlyBSD"
license = "Unlicense/MIT"
readme = "README.md"
homepage = "https://github.com/myfreeweb/devd-rs"
repository = "https://github.com/myfreeweb/devd-rs"

[dependencies]
nom = "3.2"
libc = "0"