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

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

#35 in #wire

Download history 91/week @ 2024-07-28 46/week @ 2024-08-04 4/week @ 2024-08-11 2/week @ 2024-08-18 34/week @ 2024-08-25 5/week @ 2024-09-01 15/week @ 2024-09-22 4/week @ 2024-09-29 1/week @ 2024-10-13 16/week @ 2024-11-03 149/week @ 2024-11-10

165 downloads per month
Used in 2 crates

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

~115KB