This repository was archived by the owner on Oct 18, 2022. It is now read-only.
This repository was archived by the owner on Oct 18, 2022. It is now read-only.
xmlrpc proc-macro #62
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels