Improve Python wrapper error handling

The new libloot-ffi-errors crate is for sharing code between the CXX and PyO3 wrappers.
This commit is contained in:
Oliver Hamlet
2025-03-25 22:02:33 +00:00
parent 3c02bfd1da
commit de97b90618
18 changed files with 605 additions and 324 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "libloot-ffi-errors"
version = "0.25.5"
edition = "2024"
[dependencies]
libloot = { path = ".." }
esplugin.workspace = true
libloadorder.workspace = true
loot-condition-interpreter.workspace = true