sysinfo 0.0.3

Library to handle processus
language: rust
rust:
- nightly
script:
  - rustc --version
  - RUST_BACKTRACE=1 cargo build
  - cd examples
  - RUST_BACKTRACE=1 cargo build
  - cd ..
  - RUST_BACKTRACE=1 cargo doc