[go: up one dir, main page]

calloop 0.5.0

A callback-based event loop
Documentation
[package]
name = "calloop"
version = "0.5.0"
authors = ["Victor Berger <victor.berger@m4x.org>"]
documentation = "https://docs.rs/calloop/"
repository = "https://github.com/Smithay/calloop"
license = "MIT"
description = "A callback-based event loop"
keywords = [ "events", "loop", "callback" ]
autotests = false
edition = "2018"

[badges]
travis-ci = { repository = "Smithay/calloop" }
codecov = { repository = "Smithay/calloop" }

[dependencies]
mio = { version = "=0.7.0-alpha.1", features = ["os-poll", "os-util"] }

[dev-dependencies]
lazycell = "=1.0.0"

[target.'cfg(unix)'.dependencies]
nix = "0.17"

[[test]]
name = "signals"
harness = false