rust-compression
rust-compression copied to clipboard
Make bitio a separate crate
Hello! I am implementing an encoder/decoder that requires bit level reading/writing. While looking for a solution to this I found your bitio module, and I was wondering whether you'd be interested in pulling bitio into its own crate so that it can be used outside of rust-compression?