Use CharTrie and fix multi-byte char issue

This commit is contained in:
2025-04-13 16:05:27 +02:00
parent f4de9e7571
commit be48130a8f
6 changed files with 136 additions and 159 deletions

View File

@@ -10,7 +10,7 @@ name = "xml_schema_validator"
crate-type = ["cdylib", "rlib"]
[dependencies]
pyo3 = { version = "0.24", features = ["extension-module", "auto-initialize"] }
pyo3 = { version = "0.24", features = ["auto-initialize"] }
quick-xml = { version = "0.28.1", features = ["serde", "serialize"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"