backhand icon indicating copy to clipboard operation
backhand copied to clipboard

feat: add unsquashfs util to Squashfs

Open lovesegfault opened this issue 6 months ago • 11 comments

This is mostly a copy from backhand-cli's unsquashfs, but with all the args/progress handling removed and more thorough error handling.

Due to the dependency on rayon, the utility is currently gated behind the util feature of backhand.

I tried also gating the nix dependency on the feature, but it was hard due to it showing up in BackhandError.

Fixes: #354

lovesegfault avatar Dec 18 '23 15:12 lovesegfault