#derive #pod #derive-macro

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
Download history 1822/week @ 2023-06-06 1636/week @ 2023-06-13 1693/week @ 2023-06-20 1592/week @ 2023-06-27 1410/week @ 2023-07-04 1097/week @ 2023-07-11 1611/week @ 2023-07-18 1657/week @ 2023-07-25 1363/week @ 2023-08-01 1993/week @ 2023-08-08 1679/week @ 2023-08-15 1862/week @ 2023-08-22 1236/week @ 2023-08-29 1685/week @ 2023-09-05 1455/week @ 2023-09-12 1577/week @ 2023-09-19

6,286 downloads per month
Used in 17 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