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

#9 in #compile-error

Download history 460/week @ 2025-12-29 841/week @ 2026-01-05 980/week @ 2026-01-12 444/week @ 2026-01-19 333/week @ 2026-01-26 523/week @ 2026-02-02 437/week @ 2026-02-09 815/week @ 2026-02-16 695/week @ 2026-02-23 298/week @ 2026-03-02 651/week @ 2026-03-09 332/week @ 2026-03-16 469/week @ 2026-03-23 378/week @ 2026-03-30 293/week @ 2026-04-06 367/week @ 2026-04-13

1,564 downloads per month
Used in 15 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

~110–475KB
~11K SLoC