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

#2139 in Procedural macros

Download history 505/week @ 2024-10-10 402/week @ 2024-10-17 150/week @ 2024-10-24 180/week @ 2024-10-31 185/week @ 2024-11-07 271/week @ 2024-11-14 284/week @ 2024-11-21 215/week @ 2024-11-28 344/week @ 2024-12-05 226/week @ 2024-12-12 120/week @ 2024-12-19 36/week @ 2024-12-26 198/week @ 2025-01-02 273/week @ 2025-01-09 267/week @ 2025-01-16 169/week @ 2025-01-23

922 downloads per month
Used in 12 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