Paul Weaver
Results
3
comments of
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...