"> I don't think you'll want to..." <- > <@mameluc:matrix.org> > I don't think you'll want to parse toml on low resource systems where you can't have a decent heap as the deserialize function for my config type takes up a lot of flash. > > This was why I went with postcard on the device side as it is pretty light weight. Ofc you need to have something to write your configuration to the postcard format AND you need to keep track of you config structs but for me it was more important to keep the binary and the payloads small postcard also looks nice, thx!