rust-lang / rust-lang/hashbrown
add debug visualizers
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3k
- Forks
- 358
- Avg merge
- 11h 57m
- Merged PRs (30d)
- 2
Description
I'm using hashbrown, but unlike the std wrapper types, lldb doesn't have support for hashbrown's HashMap/HashSet, which makes it very difficult to see what values are stored through the debugger.
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 researching how LLDB visualizers support Rust standard-library wrapper types and how hashbrown's HashMap and HashSet differ from them. Done means LLDB can display the stored keys and values in both hashbrown collection types instead of exposing only their internal representation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100