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
It turns out that if you put a String in an Error type of the Result for a hot function, say, deserializing 125k f32s, making that Error type 24 bytes instead of 1 will make your entire deserialization process 15% slower.
I might put serde custom error support behind an opt-in flag for postcard v2.
2026-07-31T00:50:05.974Z