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

#2314 in Procedural macros

Download history 269/week @ 2024-11-17 230/week @ 2024-11-24 240/week @ 2024-12-01 340/week @ 2024-12-08 221/week @ 2024-12-15 60/week @ 2024-12-22 50/week @ 2024-12-29 233/week @ 2025-01-05 297/week @ 2025-01-12 257/week @ 2025-01-19 202/week @ 2025-01-26 323/week @ 2025-02-02 1317/week @ 2025-02-09 358/week @ 2025-02-16 359/week @ 2025-02-23 386/week @ 2025-03-02

2,506 downloads per month
Used in 13 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

~190–620KB
~15K SLoC