SoftbearStudios / SoftbearStudios/bitcode
Support for `hashbrown`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 671
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100