Deserializing XML - help - The Rust Programming Language Forum
users.rust-lang.org/t/deserializing-xml/84137I'm trying to deserialize the following xml data: <?xml version="1.0" encoding="UTF-8"?> <wfs:FeatureCollection timeStamp="2022-11-11T14:52:17Z" numberReturned="100" numberMatched="100" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:BsWfs="http://xml.fmi.fi/schema/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http:schemas.opengis.net/wfs/2.0/wfs.xsd ...