Use indexmap instead of hashmap to maintain tspoint order
Open
- Dominant language
- Rust
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The iter order of hashmap is arbitrary and can cause problems. This might be a good alternative: https://crates.io/crates/indexmap
Contributor guide
Assessment
This issue has not been assessed yet.