tiny-serde-derive 0.1.1

A tiny library to serialize and deserialize to/from JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tiny-serde-derive"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A tiny library to serialize and deserialize to/from JSON"
repository = "https://gitlab.com/crat1985/tiny-serde/-/tree/main/tiny-serde-derive?ref_type=heads"
keywords = ["serde", "encoding", "parsing"]
categories = ["encoding","parsing"]

[lib]
proc-macro = true

[dependencies]
quote = "1.0.36"
syn = "2.0.61"