Crates.io | skrillax-serde-derive |
lib.rs | skrillax-serde-derive |
version | 0.2.0 |
source | src |
created_at | 2024-04-21 17:01:14.884466 |
updated_at | 2024-10-27 10:50:31.160645 |
description | Derive macro to automatically implement seralization/deserialization for stuctures. |
homepage | |
repository | https://git.eternalwings.de/tim/skrillax-network |
max_upload_size | |
id | 1215526 |
size | 42,163 |
This is a #[derive]
macro that implements Serialize
, Deserialize
, and ByteSize
from
skrillax-serde for a given type. For examples and documentation, please check the
module documentation. You may also check out the tests in the derive test directory.