eventfd 0.1.0

Binding to Linux's eventfd syscall
Documentation
[package]

name = "eventfd"
version = "0.1.0"
authors = ["Jeremy Fitzhardinge <jeremy@goop.org>"]
description = "Binding to Linux's eventfd syscall"
repository = "https://github.com/jsgf/eventfd-rust.git"
readme = "README.md"
license = "MIT"

[dependencies]
libc = "*"