serialize_derive 0.1.3

derive for #[derive(Serialize)]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0.25"

[lib]
proc-macro = true

[package]
description = "derive for #[derive(Serialize)]"
edition = "2021"
license = "MIT"
name = "serialize_derive"
repository = "https://github.com/DragonXexe/serialize_derive"
version = "0.1.3"