1 stable release
1.0.0 | Mar 20, 2023 |
---|
#94 in #defined
352 downloads per month
Used in 4 crates
(via concordium_base)
20KB
331 lines
concordium_base_derive
A procedural macro library for deriving serialization traits defined in
concordium_base
. The macros are
re-exported through
concordium_base
and this library
should not be used as a direct dependency.
lib.rs
:
Derive macros for deriving serialization in the Concordium binary format.
This crate is intended to be used together with the concordium_base
crate and should not be imported directly.
The derivation macros will only work in a context where concordium_base
is
available as a module.
Dependencies
~1.5MB
~36K SLoC