#wire #proc-macro #lightning #procedural #networking #messages #basic

macro fundamentals-derive

Procedural Macro capable of providing basic implementations for FromWire and ToWire traits for lightning network wire messages

2 releases

0.0.1-alpha.2 May 12, 2023
0.0.1-alpha.1 May 6, 2023

#34 in #wire

Download history 1/week @ 2024-02-14 13/week @ 2024-02-21 10/week @ 2024-02-28 4/week @ 2024-03-06 18/week @ 2024-03-13 6/week @ 2024-03-20 76/week @ 2024-03-27 41/week @ 2024-04-03

123 downloads per month
Used in fundamentals

MIT license

6KB
88 lines

fundamentals-derive

Procedural Macro capable of providing basic implementations for FromWire and ToWire traits for lightning network wire messages


lib.rs:

Derive crate implement the procedural macros to implement FromWire and ToWire in a struct.

Dependencies

~125KB