* I experimented a bit with postcard\_schema James Munns and wrote some code that can recover a postcard schema on the host from the ELF file 😅. I know that the type layout can change anytime as long as we dont use repr(..), but I can always use the schema hash to verify, so I guess why not 🫣 https://github.com/t-moe/destore/blob/master/destore-tools/src/schema\_restorer.rs I recall you had some idea for structured logging a while ago. Was this also based on postcard_schema & schema recovery on the host?