"If I want to serialise data..." <- > <@michael.desilva:matrix.org> If I want to serialise data and write to an EEPROM > 1. What’s considered the most efficient format (I.e serde_bencode) with great crate support (especially in embedded) > 2. Which typically is the fastest, > DMA, SPI, I2C in that order or…? > > Thanks!! I use serde with postcard and write to internal flash. most external flash I have worked with has been spi