manuel-woelker / rust-vfs

A virtual filesystem for Rust
Apache License 2.0
384 stars 44 forks source link
filesystem rust

rust-vfs

Crate API Minimum rustc version Actions Status

A virtual filesystem for Rust

The virtual file system abstraction generalizes over file systems and allows using different filesystem implementations (e.g. an in memory implementation for unit tests)

This crate currently has the following implementations:

The minimum supported Rust version (MSRV) is 1.63.

Comments and pull-requests welcome!

Changelog

0.12.0 (2024-03-09)

0.11.0 (2024-02-18)

0.10.0 (2023-09-08)

0.9.0 (2022-12-20)

0.8.0 (2022-11-24)

0.7.1 (2022-04-15)

0.7.0 (2022-03-26)

0.6.2 (2022-03-07)

0.6.1 (2022-03-06)

0.6.0 (2022-03-02)

0.5.2 (2022-02-07)

0.5.1 (2021-02-13)

0.5.0 (2021-02-13)

0.4.0 (2020-08-13)

0.3.0 (2020-08-04)

0.2.1 (2020-02-06)

0.1.0 (2016-05-14)

Roadmap