Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Roadmap to 1.0.0

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
rust
Domain
tooling

Research direction

Start by inspecting the ArrayMap and TinyMap implementations and comparing their APIs with HashMap. The roadmap also calls for a Hash-based ArrayMap algorithm, stabilization of min_const_generics and const_in_array_repeat_expressions, feature parity, and documentation; completion requires all listed 1.0.0 tasks.

Written by the indexing model from the issue text.

Description

Things that need to happen for 1.0.0 to happen:

  • Stabilization of min_const_generics and const_in_array_repeat_expressions.
  • Replace the algorithm used in ArrayMap with a Hash-based algorithm similar to what hashbrown uses.
  • Bring ArrayMap and TinyMap up to feature parity with HashMap.
  • Ensure each item has documentation.
Dominant language
Rust
Stars
8
Forks
0
Avg merge
7h 4m
Merged PRs (30d)
1

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 x52dev/tinymap

All issues in x52dev/tinymap

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.