You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there's no programmatic definition, so integrations are forced to copy and paste structs out of Cargo's code to parse them.
Describe the solution you'd like
It'd be nice if there was a rust crate which a) Cargo used to define these messages and b) third party developers could pull and use serde::Deserialise to parse them.