#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

#23 in #pod

Download history 1893/week @ 2024-02-02 2232/week @ 2024-02-09 2652/week @ 2024-02-16 1808/week @ 2024-02-23 2349/week @ 2024-03-01 3302/week @ 2024-03-08 3568/week @ 2024-03-15 2885/week @ 2024-03-22 2450/week @ 2024-03-29 2411/week @ 2024-04-05 2132/week @ 2024-04-12 2511/week @ 2024-04-19 2491/week @ 2024-04-26 2888/week @ 2024-05-03 2995/week @ 2024-05-10 2561/week @ 2024-05-17

11,419 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