Back to Browse

1C. XML - From Python to Rust

2.3K views
Apr 2, 2021
18:17

short overview over some XML parsing libraries available in Python and Rust Python [xml.dom.minidom] https://docs.python.org/3/library/xml.dom.minidom.html Rust [minidom] https://crates.io/crates/minidom Python [xml.etree.ElementTree] https://docs.python.org/3/library/xml.etree.elementtree.html Rust [xmltree] https://crates.io/crates/xmltree XML Sample file from [University of Geneva edutechwiki] http://edutechwiki.unige.ch/en/XML_Schema_tutorial_-_Basics#CD-List_example Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/python2rust

Download

1 formats

Video Formats

360pmp430.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

1C. XML - From Python to Rust | NatokHD