Search - "serde"
  • 13
    https://github.com/serde-rs/serde/...

    Shit like this makes me wonder, wtf is going on in some developers heads.

    TL;DR: serde devs sneakily forced precompiled libraries onto all of the users of the library using serde_derive without an obvious way to verify, what's in this binary and no obvious way to opt out, essentially causing all sorts of havoc.

    The last thing i want in a fucking Serialization library (especially the most popular one) is to not being able to verify if something shady is going on or not. All in the name of compilation speed.
    Yeah compilation speed my ass.

    The worst thing of it all is, even if i decide to drop serde as a direct dependency, it will still download the binary and potentially use it, because of transient dependencies. But i guess, i will try to disable serde wherever possible and implement my own solution for that. Thanks but no thanks.

    This is so fucking stupid, it's unbelievable.
    20