Paul Weaver
Paul Weaver
(Just updated because of merge conflicts)
Basically it enables some generic code that I'm working on that uses `FromStr` in its interface. I have a generic interface to build a path structure that parses path segments...
Just mentioning for completeness: Having dug a bit more I can see that running `cargo check --no-default-features --features=flate2/zlib` will at least allow the removal of the default `derive` feature. I...
> there is, we really need an example of that (which is what this issue is for) That would be super useful - I hit exactly the same question.