#mocking #fake #testing

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

#36 in #fake

Download history 228/week @ 2023-11-20 156/week @ 2023-11-27 150/week @ 2023-12-04 171/week @ 2023-12-11 185/week @ 2023-12-18 149/week @ 2023-12-25 190/week @ 2024-01-01 357/week @ 2024-01-08 316/week @ 2024-01-15 194/week @ 2024-01-22 216/week @ 2024-01-29 245/week @ 2024-02-05 225/week @ 2024-02-12 382/week @ 2024-02-19 230/week @ 2024-02-26 188/week @ 2024-03-04

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