A pure Rust implementation of the Invisible XML (iXML) specification with WebAssembly support.

I learned about iXML when it was added to BaseX and it turns out my colleagues are just as ambivalent about iXML as they are about BaseX. Their loss. But LLMs get it - and I have been using iXML for everything from software architectural "blueprint" grammars to code generation and everything in between. I decided to push the AI compute envelope for this native Rust parser implementation of iXML. I was hitting limitations with the existing Rust EarleyBird project so I just decided to try a version from scratch. This is just Claude Sonnet 4.5 with me at the helm - I can admire Rust from afar but I'm just getting started learning the language. There is a bonus "full browser-native Wasm" implementation included that is an interesting twist for hosting binary servers in a browser. Please check it out at
https://github.com/bigale/rustixml

Received on Tuesday, 25 November 2025 11:42:12 UTC