This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Munns
jamesmunns.com
did:plc:rqm4qgf6jdmb35mxatuzi6cq
TIL the serde docs call out postcard by name, as an example of a non-self-describing format that will have problems if you use `deserialize_any`, which serde_derive will do when using attrs like `#[serde(tag = ...)]`.
https://docs.rs/serde/latest/serde/de/trait.Deserializer.html#tymethod.deserialize_any
2025-07-31T10:30:55.770Z