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
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
Hello, not really an issue, but this may be of interest to users of this crate.
I've written a quick proof-of-concept proc-macro helper, which let us define remote rpc methods as rust trait methods. This is very helpful to make sure we call the right arguments in the right order thus taking advantage of type checking on rpc calls.
The repository is here, this is my first time writing a proc-macro, but it shows potential for improving and making safer APIs.
Hello, not really an issue, but this may be of interest to users of this crate.
I've written a quick proof-of-concept proc-macro helper, which let us define remote rpc methods as rust trait methods. This is very helpful to make sure we call the right arguments in the right order thus taking advantage of type checking on rpc calls.
The repository is here, this is my first time writing a proc-macro, but it shows potential for improving and making safer APIs.
https://github.com/fungos/xmlrpc-proc
The text was updated successfully, but these errors were encountered: