Skip to content

Deprecating or removing rustc-serialize from the ecosystem #96

Closed
@mgattozzi

Description

@mgattozzi

Recently @tomaka brought this frustrating item up in that we can't compile crates to wasm depending on rustc-serialize. Currently there are 658 crates dependent on it out of 14k+ crates, but crates.io is limited and doesn't count crates that depend on it through transitive use of other crates, so I'm sure that number is higher than that.

This isn't necessarily just a wasm issue either. With serde being on 1.x and the defacto blessed crate I think we should finally consider what should be done with this crate. It hasn't seen any updates in over a year, is part of the rust-lang-deprecated org, and isn't a community standard anymore. If we want people to have a good experience using Rust getting rid of issues like this is a must.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions