#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

#26 in #pod

Download history 3549/week @ 2024-03-14 2995/week @ 2024-03-21 2478/week @ 2024-03-28 2435/week @ 2024-04-04 2153/week @ 2024-04-11 2421/week @ 2024-04-18 2412/week @ 2024-04-25 2865/week @ 2024-05-02 3089/week @ 2024-05-09 3045/week @ 2024-05-16 2868/week @ 2024-05-23 2765/week @ 2024-05-30 3151/week @ 2024-06-06 2725/week @ 2024-06-13 2900/week @ 2024-06-20 1862/week @ 2024-06-27

11,223 downloads per month
Used in 9 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