-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
RustenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Essentially introduce const where appropriate for the public types exposed by the api.
This request intentionally only targets some functions since we don't have stable &mut in const contexts along with a bunch of other const stuff that is still nightly.
I don't expect that iced will ever become 100% const, that's unreasonable to assume due to the fact iced needs liballoc around the crate. The reason for introducing const where appropriate would be some nice utility for libraries using iced downstream that don't need to use the decoder and instead just operate on already existing types such as Instruction so their functions could also be const.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RustenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers