tarka / xcp

An extended `cp`
GNU General Public License v3.0
747 stars 24 forks source link

Consider putting the operations in their own library crate #8

Closed nox closed 11 months ago

tarka commented 5 years ago

I'm open to this, especially some of the utility operations that may be useful elsewhere. Currently I'm doing a long refactor to support more fine-grained parallelism, which means I'm rewriting this code a lot. I'll revisit once it's stabilised.

tarka commented 11 months ago

Low-level sparse file handling and related operations have been published as libfs