1 unstable release
0.1.0 | May 31, 2019 |
---|
#102 in #idl
40KB
968 lines
idl-gen
A compiler plugin that generates JSON descriptions of an RPC interface from Rust types.
You can see an example of using idl-gen
in the idl_gen
test.
lib.rs
:
Generates an IDL from Rust types.
This library is used by registering IdlGenerator
as a rustc callback.
Dependencies
~0.8–1.5MB
~35K SLoC