https://github.com/nektro/zig-xml
A pure-Zig fully spec-compliant XML parser.
https://github.com/nektro/zig-xml
zig zig-package
Last synced: 8 months ago
JSON representation
A pure-Zig fully spec-compliant XML parser.
- Host: GitHub
- URL: https://github.com/nektro/zig-xml
- Owner: nektro
- License: mpl-2.0
- Created: 2023-11-04T04:27:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T06:11:04.000Z (9 months ago)
- Last Synced: 2025-03-16T10:24:43.486Z (8 months ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 160 KB
- Stars: 48
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-xml
A pure-zig spec-compliant XML parser.
https://www.w3.org/TR/xml/
Passes all standalone tests from https://www.w3.org/XML/Test/xmlconf-20020606.htm, even more coverage coming soon.
One caveat is that this parser expects UTF-8.
```
Build Summary: 3/3 steps succeeded; 120/120 tests passed
test success
└─ run test 120 passed 5ms MaxRSS:1M
└─ zig test Debug native success 1s MaxRSS:247M
```
## License
MPL-2.0