new: file IO & formatting & update docs with an example

This commit is contained in:
Wataru Otsubo 2025-02-06 20:58:59 +09:00
parent a6c56ef9d6
commit 76c19d194d
6 changed files with 103 additions and 44 deletions

11
Cargo.lock generated
View file

@ -88,6 +88,7 @@ dependencies = [
"heck",
"itertools",
"log",
"prettyplease",
"proc-macro2",
"quote",
"roxmltree",
@ -163,6 +164,16 @@ version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "prettyplease"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
dependencies = [
"proc-macro2",
"syn",
]
[[package]]
name = "proc-macro2"
version = "1.0.93"