tiny-serde 0.1.0

A tiny library to serialize and deserialize to/from JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.tiny-serde-derive]
version = "0.1.0"

[package]
categories = ["encoding", "parsing"]
description = "A tiny library to serialize and deserialize to/from JSON"
edition = "2021"
keywords = ["serde", "encoding", "parsing"]
license = "MIT"
name = "tiny-serde"
readme = "README.md"
repository = "https://gitlab.com/crat1985/my-serde-json-library"
version = "0.1.0"