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 |
#2629 in Procedural macros
2,413 downloads per month
Used in 15 crates
(via twenty-first)
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
~150–550KB
~13K SLoC