11 releases (6 breaking)

0.7.0 Mar 25, 2024
0.6.0 Jan 23, 2024
0.5.2 Dec 5, 2023
0.4.2 Sep 25, 2023
0.1.0 Jun 2, 2023

#1506 in Procedural macros

Download history 130/week @ 2023-12-22 139/week @ 2023-12-29 136/week @ 2024-01-05 80/week @ 2024-01-12 125/week @ 2024-01-19 153/week @ 2024-01-26 151/week @ 2024-02-02 128/week @ 2024-02-09 75/week @ 2024-02-16 132/week @ 2024-02-23 172/week @ 2024-03-01 262/week @ 2024-03-08 200/week @ 2024-03-15 291/week @ 2024-03-22 137/week @ 2024-03-29 99/week @ 2024-04-05

790 downloads per month
Used in 6 crates (via twenty-first)

GPL-2.0 license

46KB
1K SLoC

This crate provides a derive macro for the BFieldCodec trait.

The macro emits statements starting with: use crate::twenty_first::

Crates that use this macro must add a use statement twenty_first in their lib.rs: use twenty_first;

or if using twenty-first via re-export in dep_crate: use dep_crate::twenty_first;

Failure to do so will result in compile errors.

Dependencies

~340–800KB
~19K SLoC