rsfs

Crates.iorsfs
lib.rsrsfs
version0.4.1
sourcesrc
created_at2017-04-17 02:55:14.83918
updated_at2017-08-02 14:52:22.704919
descriptionA generic filesystem with disk and in-memory implementations.
homepagehttps://docs.rs/rsfs
repositoryhttps://github.com/twmb/rsfs
max_upload_size
id10893
size216,883
Travis Bischel (twmb)

documentation

https://docs.rs/rsfs

README

rsfs

Build Status Crates.io Documentation

This crate provides a generic filesystem with disk and in-memory implementations.

In the future, a module will be provided that will allow injecting errors into filesystem operations in your tests on an in-memory filesystem. This used to exist but was removed in commit 1ee34f6.

This crate is currently particularly useful becacuse it provides a solid in-memory filesystem. In the future, it will be more useful for triggering filesystem errors in your unit tests to enable testing of how your code handles filesystem errors.

See the crate documentation for a longer explanation on usage and examples of usage.

Commit count: 72

cargo fmt