Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

xmlrpc proc-macro #62

Open
fungos opened this issue Jun 24, 2020 · 1 comment
Open

xmlrpc proc-macro #62

fungos opened this issue Jun 24, 2020 · 1 comment

Comments

@fungos
Copy link

fungos commented Jun 24, 2020

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

@jonas-schievink
Copy link
Owner

Oh, very cool!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants