daemonize-me 0.1.2-alpha

Rust library to ease the task of creating daemons on unix-like systems
Documentation
[dependencies.anyhow]
version = "1.0.31"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.17"

[package]
authors = ["Matheus Xavier <mxavier@mail.cmdforge.com>"]
categories = ["os::unix-apis"]
description = "Rust library to ease the task of creating daemons on unix-like systems"
edition = "2018"
keywords = ["daemon", "daemonize", "daemonize-me", "unix"]
license = "BSD-3-Clause"
name = "daemonize-me"
repository = "https://github.com/CardinalBytes/daemonize-me"
version = "0.1.2-alpha"