python-types 0.0.0

Python value and error types for Rusty Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "python-types"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository = "https://github.com/nyar-vm/rusty-python"
description = "Python value and error types for Rusty Python"

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }