Comment by nicoburns 7 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 6 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 6 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.