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
Currently, all client implementations are written by hand. This works, but is very tedious and won’t scale to large runtimes.
A better option is to generate the client. This is already done by the TypeScript client implementation, so it should be quite doable for the Rust one.
ascjones, 4meta5, twhiteheadzm, stiiifff, gregdhill and 5 more