32 releases (21 breaking)
0.58.2 | Oct 7, 2024 |
---|---|
0.57.1 | Sep 26, 2024 |
0.56.0 | Jul 27, 2024 |
0.48.0 | Mar 28, 2024 |
0.43.1 | Nov 29, 2023 |
#28 in #fuel-vm
24,174 downloads per month
Used in 79 crates
(2 directly)
38KB
901 lines
Fuel VM custom serialization derive macros
This crate contains derive macros for canonical serialization and deserialization. This is used with fuel-types/src/canonical.rs
module which contains the associated traits and their implementations for native Rust types. It also contains compression macros exported by fuel-compression
.
lib.rs
:
Derive macros for canonical type serialization and deserialization.
Dependencies
~295–760KB
~17K SLoC