eventfd 0.2.0

Binding to Linux's eventfd syscall
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.nix]
version = "0.24"

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