#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 188/week @ 2024-03-03 287/week @ 2024-03-10 277/week @ 2024-03-17 243/week @ 2024-03-24 732/week @ 2024-03-31 271/week @ 2024-04-07 214/week @ 2024-04-14 265/week @ 2024-04-21 230/week @ 2024-04-28 308/week @ 2024-05-05 323/week @ 2024-05-12 319/week @ 2024-05-19 233/week @ 2024-05-26 255/week @ 2024-06-02 235/week @ 2024-06-09 323/week @ 2024-06-16

1,050 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