Fluentbase Codec Derive
Procedural macros for deriving the Codec trait from the
fluentbase-codec crate. These macros generate efficient encoding
and decoding implementations that integrate with both CompactABI and
SolidityABI modes.
use CompactABI;
use Codec;
let mut buf = new;
encode.unwrap;
See src/lib.rs for the supported attributes and
customisation options.
This crate is part of the Fluentbase project.