signal-hook-async-std 0.2.0

async-std support for signal-hook
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "vorner/signal-hook"
[dependencies.async-std]
version = "~1"

[dependencies.libc]
version = "~0.2"

[dependencies.signal-hook]
version = "~0.3"
[dev-dependencies.async-std]
features = ["attributes"]
version = "~1"

[dev-dependencies.serial_test]
version = "~0.5"

[package]
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>", "Thomas Himmelstoss <thimm@posteo.de>"]
description = "async-std support for signal-hook"
documentation = "https://docs.rs/signal-hook-async-std"
edition = "2018"
keywords = ["signal", "unix", "async-std"]
license = "Apache-2.0/MIT"
name = "signal-hook-async-std"
readme = "README.md"
repository = "https://github.com/vorner/signal-hook"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true