1C. XML - From Python to Rust

Published: 02 April 2021
on channel: Bedroom Builds
1,882
30

short overview over some XML parsing libraries available in Python and Rust

Python [xml.dom.minidom] https://docs.python.org/3/library/xml...
Rust [minidom] https://crates.io/crates/minidom
Python [xml.etree.ElementTree] https://docs.python.org/3/library/xml...
Rust [xmltree] https://crates.io/crates/xmltree

XML Sample file from [University of Geneva edutechwiki] http://edutechwiki.unige.ch/en/XML_Sc...

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...