xml: small changes

This commit is contained in:
Lennart
2024-12-22 12:53:32 +01:00
parent 043ce8bcd0
commit cd4137cda1
4 changed files with 10 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
use rustical_xml::de::XmlRootParseStr;
use rustical_xml::XmlRoot;
use rustical_xml::{Unit, Unparsed, XmlDeserialize};
use std::collections::HashSet;
use std::io::BufRead;
use xml_derive::XmlRoot;
#[test]
fn test_struct_text_field() {