Docs.rs
essrpc_macros-0.4.0
essrpc_macros 0.4.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Electron100
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
essrpc_
macros
0.4.0
All Items
Crate Items
Attribute Macros
Crate
essrpc_macros
Copy item path
Source
Attribute Macros
ยง
essrpc
The main macro which does the magic. When applied to a trait
Foo
generates a
FooRPCClient
type implementing
RPCClient
(and
Foo
). as well as
FooRPCServer
implementing
RPCServer
.