-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Milestone
Description
pre-requisites:
- roadmap to v1.0.0? knurling-rs/defmt#795
- Version 1.0? kornelski/rust-rgb#39
- ensure that we fulfill everything from the API checklist, at least these seem to be wrong or at least need to be double-checked:
- Feature names are free of placeholder words (C-FEATURE): we currently have
use-alloc
anduse-heapless
- we need to drop theuse-
prefix - Types eagerly implement common traits (C-COMMON-TRAITS) - to be double-checked
- Error types are meaningful and well-behaved (C-GOOD-ERR) - should probably be implemented for
std
environments? - Crate level docs are thorough and include examples (C-CRATE-DOC) - missing explicit example for calling the library directly in the rustdoc & readme
- Public dependencies of a stable crate are stable (C-STABLE) - see dependency list above, they're all at 0.x 🙁
- Feature names are free of placeholder words (C-FEATURE): we currently have
Metadata
Metadata
Assignees
Labels
No labels