fork 0.1.1

Library for creating a new process using the fork and setsid syscalls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.libc]
version = "0.2.65"

[package]
authors = ["Nicolas Embriz <nbari@tequila.io>"]
categories = ["command-line-utilities", "os"]
description = "Library for creating a new process using the fork and setsid syscalls"
documentation = "https://github.com/immortal/fork"
edition = "2018"
homepage = "https://github.com/immortal/fork"
keywords = ["fork", "setsid", "daemon", "process", "libc"]
license-file = "LICENSE"
name = "fork"
readme = "README.md"
repository = "https://github.com/immortal/fork"
version = "0.1.1"