A Rust tool to download a XML file from Datex II, parse the data and insert it to a MySQL database.
This tool was made for my own sake of practice and interest, time is scarce and maybe I will spend some more time polishing this tool but don't expect much.
Use cargo to install XML to MySQL.
extern crate ...
- Rust - The programming language
- reqwest - HTTP Client for Rust.
- quick-xml - High performance xml pull reader/writer
- rust-mysql-simple - Mysql client library implemented in rust
- and more...
Pull requests are welcome. You are more than welcome to open an issue to discuss what you would like to change or add/remove.