rust-embedded / rust-embedded/heapless
Heapless 1.0
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 253
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
General discussion / notes / thoughts about stabilizing heapless with a 1.0 release.
Checklist
- Review issues in the v1.0.0 milestone
- Planned breaking changes are tracked in #494
- Review Rust API Guidelines Checklist
- #537
- Review allowed warnings and clippy lints
- #532
- #533
- #534
- #536
- Review non-default clippy lints (
-W clippy::pedantic -W clippy::nursery)- #542
- #544
- Review public enums and structs, should any be marked
#[non_exhaustive]? - Review explicit panics, unwraps, expects in non-test code
- Review crate features
- grep for
fixme,todo, ect. - Review open issues
- Review open pull-requests
- When 1.0 looks ready engage with community, solicit feedback
- Announce in rust-embedded WG meeting
- Announce in this issue
- Anywhere else?
Dependencies
- defmt will reach 1.0 soon: https://ferrous-systems.com/blog/defmt-1-0/
- ufmt may not be 1.0, leave as-is and document it will not be covered by semver?
- hash32 needs a 1.0, https://github.com/rust-embedded-community/hash32/issues/17
Questions
- What should the MSRV policy look like?
- I think Ferrocene support is important for some users, this is currently at 1.83.0
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 with the v1.0.0 milestone and the checklist in this issue, then review the planned breaking changes in #494 and the linked API-guidelines, lint, and dependency discussions. Done means the release checklist has been evaluated, remaining questions such as MSRV and semver coverage have community decisions, and the project is ready to solicit 1.0 feedback.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- release
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100