Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iredelmeier/filesystem-rs
Real, fake, and mock implementations of file system operations
https://github.com/iredelmeier/filesystem-rs
filesystem rust testing
Last synced: 4 days ago
JSON representation
Real, fake, and mock implementations of file system operations
- Host: GitHub
- URL: https://github.com/iredelmeier/filesystem-rs
- Owner: iredelmeier
- License: mit
- Created: 2017-07-28T03:39:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T14:51:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T02:09:46.472Z (11 days ago)
- Topics: filesystem, rust, testing
- Language: Rust
- Size: 61.5 KB
- Stars: 61
- Watchers: 6
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# filesystem-rs
### Real, fake, and mock implementations of file system operations.
[![Build Status](https://travis-ci.org/iredelmeier/filesystem-rs.svg?branch=master)](https://travis-ci.org/iredelmeier/filesystem-rs)
[![Docs](https://docs.rs/filesystem/badge.svg)](https://docs.rs/filesystem)
[![Crates.io](https://img.shields.io/crates/v/filesystem.svg)](https://crates.io/crates/filesystem)[Documentation](https://docs.rs/filesystem)
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.