Ultra-fast XML parser and XPath 1.0 engine for Elixir — a Rust NIF with SIMD-accelerated zero-copy structural index. 100% W3C/OASIS conformance. Drop-in replacement for SweetXml and Saxy.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
42
commits
Merge pull request #3 from jeffhuen/feat/xpath-namespace-support
0f6fd1eView on GitHubFix formatting, remove unused node_prefix trait method (YAGNI)
daa4c32View on GitHubImplement namespace-aware QName and wildcard node test matching
c12bb85View on GitHubDocument namespace axis limitation (requires namespace node type)
6cfe31eView on GitHubAdd node_namespace_uri and node_prefix to DocumentAccess trait
a3cc22fView on GitHubAdd implementation plan for XPath namespace support (issue #2)
3811fa3View on GitHubAdd design doc for XPath namespace support and stub resolution
1f41ae1View on GitHubRefactor XPath evaluation, fix memory leaks, and resolve all clippy warnings
f33c37aView on GitHub