#fuel-vm #blockchain #vm #macro-derive

macro fuel-derive

FuelVM (de)serialization and compression derive macros for fuel-vm data structures

36 releases (23 breaking)

0.60.0 Feb 27, 2025
0.59.1 Dec 13, 2024
0.58.2 Oct 7, 2024
0.56.0 Jul 27, 2024
0.43.1 Nov 29, 2023

#31 in #fuel-vm

Download history 3524/week @ 2024-11-20 4421/week @ 2024-11-27 5182/week @ 2024-12-04 4698/week @ 2024-12-11 2271/week @ 2024-12-18 2412/week @ 2024-12-25 4637/week @ 2025-01-01 7741/week @ 2025-01-08 7776/week @ 2025-01-15 9567/week @ 2025-01-22 7921/week @ 2025-01-29 7190/week @ 2025-02-05 6298/week @ 2025-02-12 9271/week @ 2025-02-19 10116/week @ 2025-02-26 9431/week @ 2025-03-05

36,807 downloads per month
Used in 92 crates (2 directly)

BUSL-1.1

38KB
901 lines

Fuel VM custom serialization derive macros

build crates.io docs discord

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

~255–700KB
~16K SLoC