[go: up one dir, main page]

signal 0.3.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.3.1"
license = "MIT"
authors = ["Paul Colomiets <paul@colomiets.name>"]
homepage = "http://github.com/tailhook/signal"
repository = "http://github.com/tailhook/signal"
documentation = "http://tailhook.github.io/signal/"

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