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

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 401/week @ 2024-11-23 436/week @ 2024-11-30 474/week @ 2024-12-07 474/week @ 2024-12-14 310/week @ 2024-12-21 283/week @ 2024-12-28 377/week @ 2025-01-04 445/week @ 2025-01-11 408/week @ 2025-01-18 498/week @ 2025-01-25 362/week @ 2025-02-01 398/week @ 2025-02-08 357/week @ 2025-02-15 435/week @ 2025-02-22 342/week @ 2025-03-01 523/week @ 2025-03-08

1,733 downloads per month
Used in 3 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