Crates.io | filesystem |
lib.rs | filesystem |
version | 0.4.4 |
source | src |
created_at | 2017-07-28 03:57:14.640234 |
updated_at | 2019-02-17 01:06:35.733151 |
description | Real, fake, and mock implementations of file system operations |
homepage | |
repository | https://github.com/iredelmeier/filesystem-rs |
max_upload_size | |
id | 25421 |
size | 79,749 |
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.