#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

#21 in #pod

Download history 2013/week @ 2023-12-10 1370/week @ 2023-12-17 615/week @ 2023-12-24 1011/week @ 2023-12-31 1964/week @ 2024-01-07 1878/week @ 2024-01-14 2094/week @ 2024-01-21 2171/week @ 2024-01-28 1795/week @ 2024-02-04 2472/week @ 2024-02-11 2370/week @ 2024-02-18 1937/week @ 2024-02-25 2655/week @ 2024-03-03 3427/week @ 2024-03-10 3188/week @ 2024-03-17 2690/week @ 2024-03-24

12,079 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