fs_extra
fs_extra copied to clipboard
Support for Copy on Write semantics (reflink)
These two commits add support for Copy on Write semantics to fs_extra
via the reflink
crate.
HI @mwanner, nice job :blush:
But I, like many programmers for minimalism in the dependency tree. Can you do attach reflinks
by option(features) for cargo file? Like Uuid crate attach serde
crate.
I would really appreciate foryour help :blush:
@webdesus It's been an awful while, but... I finally updated this PR to make all reflink specific stuff conditional on the non-default feature refilnk
. Is that what you've been asking for?
@webdesus Anything else you need here?