tweedegolf / sequential-storage

A crate for storing data in flash memory with minimal need for erasing pages
Apache License 2.0
87 stars 8 forks source link

Map `store_item`: Take item by reference instead of by value #22

Closed t-moe closed 6 months ago

t-moe commented 6 months ago

Closes #21

diondokter commented 6 months ago

Thanks!