rust-embedded / rust-embedded/heapless
Compile-time operations for `LinearMap`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 253
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
I think it should be possible to make operations like lookups, inserts, and construction with data work at compile time for LinearMap, I wonder how open the maintainers would be to such contributions?
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 locating the LinearMap implementation and its lookup, insert, and construction APIs. No file or test is named, so first determine how these operations are currently exposed and whether compile-time evaluation is supported elsewhere in the crate. Done would require an agreed scope for compile-time operations and corresponding verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100