eventfd 0.2.0

Binding to Linux's eventfd syscall
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "eventfd"
version = "0.2.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"
edition = "2021"

[dependencies]
nix = "0.24"