37 releases (16 major breaking)
18.0.0 | Feb 26, 2024 |
---|---|
17.0.0 | Jan 23, 2024 |
16.0.0 | Dec 12, 2023 |
15.0.0 | Nov 1, 2023 |
2.0.0-alpha.5 | Mar 24, 2020 |
#263 in #context
94,682 downloads per month
Used in 783 crates
(2 directly)
61KB
1K
SLoC
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
~2–3MB
~56K SLoC