[go: up one dir, main page]

timerfd 0.2.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://main--.github.io/rust-timerfd/timerfd/"
license = "MIT"
version = "0.2.0"
authors = ["main() <main@ehvag.de>"]

[dependencies]
libc = "0.2.*"