taganaka / SpeedTest

Yet another unofficial speedtest.net client cli interface
332 stars 83 forks source link

Remove dependency on libxml2 #52

Open nuclon opened 2 years ago

nuclon commented 2 years ago

Having libxml2 for parsing one simple xml file looks like overkill for me.

This PR removes the dependency on libxml2. In my particular case, it allowed me to build the binary and put it into an embedded device.