procshot_server 0.1.5

This crate can be used to continuously scan over `/proc` filesystem and write the data to the `datadir`. This is a wrapper over the procfs crate, so the compatibility of this crate depends on the compatibility of procfs crate.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true