eventfd 0.0.3

Binding to Linux's eventfd syscall
Eventfd Binding
===============

This crate implements a binding for eventfd. This isn't especially
useful on its own; the primary use case is as part of the API for
other Linux syscalls and subsystems.

Jeremy Fitzhardinge <jeremy@goop.org>