rsys 0.4.3

Crate for system and hardware information parsing
Documentation
language: rust

os:
  - linux
  - windows
  - osx


before_install:
  - rustup component add clippy rustfmt


install:
  - cargo clippy -- -Wclippy::all
  - cargo fmt -- --check
  - cargo test --all-features
  - cargo doc --all-features