proper error handling

This commit is contained in:
Erik Friese
2023-08-26 21:29:41 +02:00
parent 604dcb104f
commit 26da86d2cd
7 changed files with 93 additions and 31 deletions

View File

@@ -10,3 +10,4 @@ crate-type = ["cdylib"]
[dependencies]
prost-reflect = "0.11.4"
pyo3 = { version = "0.19.0", features = ["abi3-py37", "extension-module"] }
thiserror = "1.0.47"