impero-com / impero-com/typebinder
Support for `EnumMap`
Open
- Dominant language
- Rust
- Stars
- 22
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
[`EnumMap`](https://docs.rs/enum-map/latest/enum_map/struct.EnumMap.html) is a crate that exposes an exhaustive hashmap equivalent (backed by an array)
The binding to TS would give a `Record`, as opposed to a `HashMap` which is typebound to a `Partial>`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the EnumMap documentation and inspect how the existing HashMap binding is handled. Confirm the intended TypeScript representation and identify the relevant binding entry point. Done means EnumMap is supported and produces Record rather than Partial>.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100