backhand icon indicating copy to clipboard operation
backhand copied to clipboard

Library and binaries for the reading, creating, and modification of SquashFS file systems

Results 24 backhand issues
Sort by recently updated
recently updated
newest added

The compression options for LZO are ignored, because of limitations from the [rust-lzo](https://crates.io/crates/rust-lzo) implementation. https://github.com/wcampbell0x2a/backhand/blob/a8aab74de1b63c4fc5e29c2ae33e29372b076aea/src/compressor.rs#L310 It's not a crate problem, but a limitation, as the crate rust-lzo is just C...

C-enhancement
C-Upstream
A-backhand-lib

Hello, I'm evaluation `backhand` as a replacement for calling external squashfs tools. There's a significant drop in performance when creating a fs due to the lack of parallelism. My application...

C-enhancement
A-backhand-lib