[go: up one dir, main page]

signal 0.4.1

The higher-level abstractions around unix signals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "signal"
description = """
    The higher-level abstractions around unix signals
"""
version = "0.4.1"
license = "MIT"
authors = ["Paul Colomiets <paul@colomiets.name>"]
homepage = "https://github.com/tailhook/signal"
repository = "https://github.com/tailhook/signal"
documentation = "https://docs.rs/signal"

[dependencies]
nix = "0.9.0"
libc = "0.2.12"