Support for `hashbrown`

Open
#68 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust
Domain
data

Research direction

Start by reviewing bitcode's existing collection encoding support and the hashbrown serde implementation linked in the issue. Identify how hashbrown types are represented and locate the relevant tests for collection serialization. Done means hashbrown values can be encoded and decoded correctly with coverage for the supported cases.

Written by the indexing model from the issue text.

Description

It will be great to have encoding support for https://crates.io/crates/hashbrown as it's generally better for data storage, and such storages often do serialize to and from binary data. As far as I know, there are only impls for serde now https://github.com/rust-lang/hashbrown/blob/v0.15.1/src/external_trait_impls/serde.rs

Dominant language
Rust
Stars
671
Forks
61
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from SoftbearStudios/bitcode

All issues in SoftbearStudios/bitcode

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.