rust-embedded / heapless

Heapless, `static` friendly data structures
Apache License 2.0
1.52k stars 181 forks source link

Add `Entry` methods #467

Closed leonzchang closed 5 months ago

leonzchang commented 5 months ago

Description

It would be nice to have some methods for Entry like std HashMap Entry so that developer can using chained method calls.