Robin Lambertz
Robin Lambertz
The Debug impl on the `multer::Error` type can hide the underlying error code, and generally follows Display formatting instead of the usual Debug formatting, which is very annoying when trying...
Currently, all the types from objc2-network-extension are currently marked as !Send/!Sync. This is fairly inconvenient, and doesn't seem to be necessary? For instance, `NEFilterFlow`/`NEFilterSocketFlow` seem to just be data containers...
xz2 crate seems to be unmaintained, having had no commits in 4 years. It looks like the ecosystem is moving towards the [liblzma](https://github.com/portable-network-archive/liblzma-rs) fork (for instance, this is what the...