serde_python 0.1.0

Uses serde to convert structs to Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "serde_python"
description = "Uses serde to convert structs to Python"
license = "MIT"
version = "0.1.0"
authors = ["Steven Pease <peasteven@gmail.com>"]

[dependencies]
cpython = "0.2.0"
serde = "1.0.36"
serde_derive = "1.0.36"
serde_python_derive = "0.1"
heck = "0.3.0"