Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 201 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 201 Bytes

serde-xml

$ ./target/debug/serde-xml < project.xml 
Project {
    name: "my_project",
    items: [
        Item {
            name: "hello",
            source: "world.rs"
        }
    ]
}