#mocking #fake #testing #file-permissions #file-io #io-operations

unmaintained filesystem

Real, fake, and mock implementations of file system operations

8 releases

Uses old Rust 2015

0.4.4 Feb 17, 2019
0.4.3 Jan 4, 2019
0.4.2 Feb 7, 2018
0.4.1 Oct 2, 2017
0.1.0 Jul 28, 2017

#14 in #file-permissions

Download history 294/week @ 2024-03-13 299/week @ 2024-03-20 378/week @ 2024-03-27 587/week @ 2024-04-03 257/week @ 2024-04-10 238/week @ 2024-04-17 241/week @ 2024-04-24 236/week @ 2024-05-01 352/week @ 2024-05-08 308/week @ 2024-05-15 285/week @ 2024-05-22 247/week @ 2024-05-29 252/week @ 2024-06-05 254/week @ 2024-06-12 358/week @ 2024-06-19 306/week @ 2024-06-26

1,225 downloads per month
Used in 2 crates

MIT license

47KB
1K SLoC

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.

Dependencies

~0–275KB