← Back to context Comment by nicoburns 5 hours ago How does it compare to the original in terms of source code size (number of lines of code?) 1 comment nicoburns Reply jawiggins 4 hours ago It's significantly smaller. Because Rust doesn't require header files or memory management, xmloxide is ~40k lines while libxml2 is ~150k lines.
jawiggins 4 hours ago It's significantly smaller. Because Rust doesn't require header files or memory management, xmloxide is ~40k lines while libxml2 is ~150k lines.
It's significantly smaller. Because Rust doesn't require header files or memory management, xmloxide is ~40k lines while libxml2 is ~150k lines.