fork 0.1.1

Library for creating a new process using the fork and setsid syscalls
Documentation

fork

crates.io Build Status

Library for creating a new process detached from the controling terminal (daemon) using the fork and setsid syscalls.

Why?