#pod #macro-derive #traits #safely #size #transmute #dataview

macro derive_pod

Implement the Pod trait safely with a derive macro

3 releases

0.1.2 Jul 5, 2022
0.1.1 Apr 27, 2021
0.1.0 Jan 11, 2020

#29 in #transmute

Download history 3298/week @ 2024-07-20 2239/week @ 2024-07-27 2374/week @ 2024-08-03 2504/week @ 2024-08-10 2575/week @ 2024-08-17 2212/week @ 2024-08-24 2368/week @ 2024-08-31 2225/week @ 2024-09-07 2299/week @ 2024-09-14 2645/week @ 2024-09-21 2301/week @ 2024-09-28 2280/week @ 2024-10-05 2344/week @ 2024-10-12 2890/week @ 2024-10-19 2676/week @ 2024-10-26 2535/week @ 2024-11-02

10,789 downloads per month
Used in 10 crates (via dataview)

MIT license

4KB

Auto derive the Pod trait.

This proc macro should not be used directly, instead depend on the dataview crate with the derive_pod feature enabled.


lib.rs:

Auto derive the Pod trait.

This crate should not be used directly, instead depend on the dataview crate with the derive_pod feature enabled.

No runtime deps