tiny-serde 0.1.2

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

[dependencies]
tiny-serde-derive = { version = "0.1.1", path = "./tiny-serde-derive" }