Comment on Show HN: Xmloxide – an agent-made Rust replacement for libxml2Comments−nicoburns6moHow does it compare to the original in terms of source code size (number of lines of code?)−jawigginsOP6moIt's significantly smaller. Because Rust doesn't require header files or memory management, xmloxide is ~40k lines while libxml2 is ~150k lines.
Comments
How does it compare to the original in terms of source code size (number of lines of code?)
It's significantly smaller. Because Rust doesn't require header files or memory management, xmloxide is ~40k lines while libxml2 is ~150k lines.