daemon-engine 0.3.1

A helper package for writing unix rust daemons with IPC based clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
os:
  - linux
  - osx
matrix:
  allow_failures:
    - rust: stable
  fast_finish: true
install:
  - cargo build
script:
  - cargo build; cargo test
notifications:
  email:
    on_success: never
    on_failure: never