fork 0.1.9

Library for creating a new process detached from the controling terminal (daemon)
Documentation
language: rust
rust:
  - stable
  - beta

os:
  - linux
  - osx

script:
  - cargo build --all --all-targets
  - cargo test --all