1
0
Fork 0
forked from wry/wry

xml-to-wire: add new utility

This commit is contained in:
Julian Orth 2025-09-20 18:35:49 +02:00
parent aa70bde75d
commit 6d8fb37db4
7 changed files with 829 additions and 11 deletions

8
xml-to-wire/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "xml-to-wire"
version = "0.1.0"
edition = "2024"
[dependencies]
quick-xml = "0.38.3"
thiserror = "2.0.16"