fs_extra icon indicating copy to clipboard operation
fs_extra copied to clipboard

Support for Copy on Write semantics (reflink)

Open mwanner opened this issue 4 years ago • 3 comments

These two commits add support for Copy on Write semantics to fs_extra via the reflink crate.

mwanner avatar Apr 21 '20 19:04 mwanner

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 avatar Apr 23 '20 15:04 webdesus

@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?

mwanner avatar Oct 15 '22 22:10 mwanner

@webdesus Anything else you need here?

mwanner avatar Jan 21 '23 19:01 mwanner