kellpossible / avalanche-report

A simple self-hosted web server for creating and managing an avalanche forecast for a region, along with accepting public observations.
GNU Affero General Public License v3.0
21 stars 3 forks source link

Render diagrams using xml editing #43

Open kellpossible opened 1 year ago

kellpossible commented 1 year ago

Perhaps https://docs.rs/quick-xml/latest/quick_xml/ (which I think I will include for s3)

XML editing should be safer and easier to read than the current solution using regex and string find/replace.

kellpossible commented 1 year ago

Another option https://docs.rs/minidom/0.15.2/minidom/

kellpossible commented 1 year ago

And another https://crates.io/crates/xml-rs

kellpossible commented 1 year ago

And another https://docs.rs/xmltree/latest/xmltree/