Open
Description
This crate is super useful, thanks for writing/maintaining it!
I don't know if this is feasible but it would be nice if this crate could output to different types beyond u32
. I needed to output to u8
to save space and I ended up rewriting a lot stuff for my purposes (I am only decompressing and always have the same width so I could simplify things).
Having done so, I think that it'd be possible to add another level of macro magic here and output to u8
and u16
for when those types are needed. I'm not too familiar with programming rust macros though, it might create a huge binary if it wasn't done carefully.
Just thought I'd put it out there as a potential enhancement, thanks again for the crate.
Metadata
Metadata
Assignees
Labels
No labels