XMHell: Handling 38GB of UTF-16 XML with Rust

A couple weekends ago, I found myself with the desire to fetch oil and gas production data for a specific county in New Mexico from the New Mexico Oil Conservation Division (OCD). Read more

Similar

Unique vs. Shared Data in Rust

The Rust programming language is designed to ensure memory safety, using a mix of compile-time and run-time checks to stop programs from accessing invalid pointers or sharing memory across threads without proper synchronization. (more…)

Read more »