rc-zip icon indicating copy to clipboard operation
rc-zip copied to clipboard

distill `rc-zip` down to fundamental types

Open CosmicHorrorDev opened this issue 4 months ago • 2 comments

rc-zip contains the fundamental types for doing ~anything with the rc-zip-* crates, but it also contains a lot of additional complexity from the perspective of e.g. an rc-zip-{sync,tokio} consumer. i think it'd be much easier to keep the public API stable if all of the parser/fsm specific stuff was moved to some other crate (rc-zip-winnow maybe?) that can be kept as an internal implementation detail of rc-zip-{sync,tokio}

CosmicHorrorDev avatar Nov 20 '25 04:11 CosmicHorrorDev