client-handle 0.2.0

A macro to generate client handles when using multithreaded / asynchronous code
Documentation
1
2
3
4
5
6
7
These links were useful in creating the macro
=============================================

* https://towardsdatascience.com/nine-rules-for-creating-procedural-macros-in-rust-595aa476a7ff
* https://towardsdatascience.com/nine-rules-for-elegant-rust-library-apis-9b986a465247
* https://deterministic.space/elegant-apis-in-rust.html
* https://rust-lang.github.io/api-guidelines/