Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
Posts
5
Comments
65
Joined
2 yr. ago

  • Not quite. Suppose instead of a single version of serde there's now 46 versions like in https://crates.io/crates/parquet to be able to use instances derived in some other crate X you have to use the same version of serde. Now, how should a crate decide which versions of serde to support?

    All 46 and all optional? Supporting that would be painful. Just the last one? crates.io is a cemetery full of dead crates, with this support strategy any handful of crates picked at random are not going to be serde-compatible with each other.

    A better solution would be a better support for compile time reflection so serde doesn't have to exist in its current state, but that's got delayed (by big macro conspiracy :)

  • Rust Lang @lemmyrs.org

    Libs.rs is now closed source

    Rust @programming.dev

    Fixing feature unification compilation time issues with cargo-hackerman

    Rust Lang @lemmyrs.org

    Fixing feature unification compilation time issues with cargo-hackerman

    Rust Lang @lemmyrs.org

    Experimenting with better CLI errors

    Rust Lang @lemmyrs.org

    Fastest Luhn algorithm checksum on this street