wip parsing the xml

This commit is contained in:
Jacob Lifshay 2026-01-08 00:09:20 -08:00
parent e4a7d9f59c
commit 8c02483b65
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
5 changed files with 967 additions and 0 deletions

10
Cargo.lock generated
View file

@ -279,6 +279,7 @@ dependencies = [
"fayalite",
"hex-literal",
"parse_powerisa_pdf",
"roxmltree",
"serde",
"sha2",
"simple-mermaid",
@ -897,6 +898,15 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "roxmltree"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
dependencies = [
"memchr",
]
[[package]]
name = "rustc-hash"
version = "2.1.1"