23 releases
0.1.26 | Mar 19, 2025 |
---|---|
0.1.24 | Feb 25, 2025 |
0.1.20 | Nov 10, 2024 |
0.1.19 | Jul 4, 2024 |
0.1.5 | Jul 12, 2023 |
#81 in Filesystem
176,022 downloads per month
Used in 96 crates
(12 directly)
38KB
678 lines
reflink-copy
Cross-platform(!) COW reflink copy of files
Some file systems implement COW (copy on write) functionality in order to speed up file copies. On a high level, the new file does not actually get copied, but shares the same on-disk data with the source file. As soon as one of the files is modified, the actual copying is done by the underlying OS.
This library supports Linux, Android, OSX, ios and Windows. As soon as other OS support the functionality, support will be added. For implementation details, visit the docs.
Dependencies
~0–37MB
~553K SLoC