timerfd 1.4.1

A rust interface to the Linux kernel's timerfd API
Documentation
[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.4.1"
authors = ["main() <main@ehvag.de>"]

[dependencies]
rustix = { version = "0.37.0", features = ["time"] }