feat: FromPyFromStr and ToStrToPy macros YAY

This commit is contained in:
J / Jacob Babich
2026-07-09 01:35:49 -04:00
parent c637ad2d76
commit 9a9cefee37
25 changed files with 343 additions and 394 deletions

View File

@@ -26,11 +26,14 @@ derive_more = "2.1.0"
ext-trait = "2.0.1"
mitsein = "0.8"
palette = "0.7"
proc-macro2 = "1.0.106"
pyo3 = "0.27"
pyo3-async-runtimes = "0.27"
quote = "1.0.46"
serde = "1.0.228"
snafu = "0.8.9"
strum = "0.27.2"
syn = "2.0.118"
tokio = "1.48.0"
tracing = "0.1.43"
typed-builder = "0.22"