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 161/week @ 2024-01-24 171/week @ 2024-01-31 104/week @ 2024-02-07 91/week @ 2024-02-14 124/week @ 2024-02-21 92/week @ 2024-02-28 281/week @ 2024-03-06 209/week @ 2024-03-13 354/week @ 2024-03-20 132/week @ 2024-03-27 131/week @ 2024-04-03 153/week @ 2024-04-10 183/week @ 2024-04-17 237/week @ 2024-04-24 237/week @ 2024-05-01 185/week @ 2024-05-08

928 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

~325–790KB
~19K SLoC