filesystem

Crates.iofilesystem
lib.rsfilesystem
version0.4.4
sourcesrc
created_at2017-07-28 03:57:14.640234
updated_at2019-02-17 01:06:35.733151
descriptionReal, fake, and mock implementations of file system operations
homepage
repositoryhttps://github.com/iredelmeier/filesystem-rs
max_upload_size
id25421
size79,749
Isobel Redelmeier (iredelmeier)

documentation

README

filesystem-rs

Real, fake, and mock implementations of file system operations.

Build Status Docs Crates.io

Documentation

filesystem-rs provides real, fake, and mock implementations of file system-related functionality. It abstracts away details of certain common but complex operations (e.g., setting permissions) and makes it easier to test any file system-related logic without having to wait for slow I/O operations or coerce the file system into particular states.

Commit count: 48

cargo fmt