Ahh, the API is surprisingly similar to the rocketrpc RPC system I had created. It allows one to directly access any server-side object or method from the client. Looks like we coalesced on similar systems :)
Ahh, the API is surprisingly similar to the rocketrpc RPC system I had created. It allows one to directly access any server-side object or method from the client. Looks like we coalesced on similar systems :)
I am also disappointed that the standard library was shunned, and even the entrypoint. What is the smallest Rust binary you can produce while still writing Rust, is my question?
edit: It doesn't look like any of the techniques listed after that work if you still use the standard library.