Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewrk/xml
Tokenize XML
https://github.com/andrewrk/xml
zig-package
Last synced: 23 days ago
JSON representation
Tokenize XML
- Host: GitHub
- URL: https://github.com/andrewrk/xml
- Owner: andrewrk
- License: mit
- Created: 2022-01-17T07:29:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T23:19:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T14:45:49.295Z (about 1 month ago)
- Topics: zig-package
- Language: Zig
- Homepage:
- Size: 9.77 KB
- Stars: 24
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - xm🗒️Tokenize XML
README
# XML
A library for tokenizing XML.
## Building
```
zig build
```## Testing
```
zig build test
```