straw/rust/strawcore
Kayos 12acf41c08 vc=56 fixup: bind QName temporary before passing to local_name
quick-xml's BytesStart::name() returns a borrowed QName; calling
.as_ref() on it produced a &[u8] that outlived the QName by one
expression — borrowck E0716. Hoist the QName to a local so it
lives the full match arm.
2026-05-26 10:47:45 -07:00
..
src vc=56 fixup: bind QName temporary before passing to local_name 2026-05-26 10:47:45 -07:00
build.rs v0.1.0-U (vc=8): Phase U-1 + U-2 — Rust core + rustypipe search 2026-05-24 08:36:50 -07:00
Cargo.toml vc=56 fixup: actually add reqwest+quick-xml+futures to Cargo.toml 2026-05-26 10:46:26 -07:00