#file-io #transactional #io #cache #file #versioning

txfs

A cached transactional filesystem layer over tokio::fs

4 releases (2 breaking)

0.3.0 Jan 29, 2024
0.2.1 Dec 20, 2023
0.2.0 Nov 6, 2023
0.1.0 Sep 3, 2023

#169 in Caching

Download history 109/week @ 2023-12-17 16/week @ 2023-12-24 4/week @ 2023-12-31 10/week @ 2024-01-07 3/week @ 2024-01-14 15/week @ 2024-01-21 45/week @ 2024-01-28 4/week @ 2024-02-04 9/week @ 2024-02-11 31/week @ 2024-02-18 34/week @ 2024-02-25 14/week @ 2024-03-03 19/week @ 2024-03-10 20/week @ 2024-03-17 10/week @ 2024-03-24 65/week @ 2024-03-31

118 downloads per month
Used in 10 crates (2 directly)

Apache-2.0

35KB
816 lines

txfs

A cached transactional filesystem layer for Rust


lib.rs:

A transactional filesystem cache layer based on freqfs. See the "examples" directory for usage examples.

Dependencies

~7–10MB
~176K SLoC