Skip to content

Replace unmaintained "bincode" serialization/deserialization dependency with "wincode" #2207

Description

@ocean

The bincode library used for serializing and deserializing has been marked as unmaintained (RUSTSEC-2025-0141).

The maintainer makes several replacement recommendations as do RUSTSEC:

  • wincode - this is quite recent

  • postcard - maintainer has many Rust libraries they maintain, lots of activity, appears stable, drop-in replacement, 60+ contributors, used by 7,000+ other repos

  • bitcode - seems fine, but lower activity and not many maintainers

  • rkyv - looks good, but would require many more changes across the codebase to implement

I've done up a PR to replace bincode with postcard, enjoy! 😁

#2208

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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