filesystem 0.4.3

Real, fake, and mock implementations of file system operations
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
nofications:
  email: false
script:
  - cargo build --verbose --all-features
  - cargo test --verbose --all-features