`anglosaxon`: new cli tool to convert large XML files into custom text formats based on the command line flags you give it. No coding needed
New tool from me, and designed to handle the 40+GB XML files we use in #OpenStreetMap
https://crates.io/crates/anglosaxon
https://github.com/amandasaurus/anglosaxon-rs
@ebel oh this looks great
@ebel i can see this being super useful in poking at stuff like wikipedia dumps
Unlike most other cli programmes, the order of the command line flags is relevant, which was an... interesting programme challenge to get `clap` to produce that.