timerfd 1.1.0

A rust interface to the Linux kernel's timerfd API
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "timerfd"
description = "A rust interface to the Linux kernel's timerfd API"
repository = "https://github.com/main--/rust-timerfd"
documentation = "https://docs.rs/timerfd/"
license = "MIT"
version = "1.1.0"
authors = ["main() <main@ehvag.de>"]

[dependencies]
libc = "0.2.31"