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

#1993 in Procedural macros

Download history 135/week @ 2024-07-29 181/week @ 2024-08-05 138/week @ 2024-08-12 593/week @ 2024-08-19 376/week @ 2024-08-26 616/week @ 2024-09-02 285/week @ 2024-09-09 264/week @ 2024-09-16 433/week @ 2024-09-23 297/week @ 2024-09-30 430/week @ 2024-10-07 532/week @ 2024-10-14 172/week @ 2024-10-21 214/week @ 2024-10-28 180/week @ 2024-11-04 234/week @ 2024-11-11

804 downloads per month
Used in 11 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

~205–640KB
~15K SLoC