22 releases (8 major breaking)
10.0.0 | Feb 26, 2023 |
---|---|
9.0.0 | Feb 12, 2023 |
8.0.0 | Feb 1, 2023 |
7.0.0 | Dec 14, 2022 |
2.0.0-alpha.5 | Mar 24, 2020 |
#299 in #node
30,105 downloads per month
Used in 399 crates
(via sp-runtime-interface)
57KB
1K
SLoC
sp-runtime-interface-proc-macro
Auto-generated README.md for publishing to crates.io
lib.rs
:
This crate provides procedural macros for usage within the context of the Substrate runtime interface.
The following macros are provided:
- The
#[runtime_interface]
attribute macro for generating the runtime interfaces. - The
PassByCodec
derive macro for implementingPassBy
withCodec
. 3. ThePassByEnum
derive macro for implementingPassBy
withEnum
. 4. ThePassByInner
derive macro for implementingPassBy
withInner
.
Dependencies
~3MB
~60K SLoC