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

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

#18 in #file-permissions

Download history 299/week @ 2024-08-31 223/week @ 2024-09-07 251/week @ 2024-09-14 351/week @ 2024-09-21 405/week @ 2024-09-28 380/week @ 2024-10-05 355/week @ 2024-10-12 411/week @ 2024-10-19 355/week @ 2024-10-26 471/week @ 2024-11-02 345/week @ 2024-11-09 494/week @ 2024-11-16 401/week @ 2024-11-23 436/week @ 2024-11-30 474/week @ 2024-12-07 474/week @ 2024-12-14

1,925 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–280KB