-
1.1.1 Stable
released this
2025-01-08 22:28:39 +01:00 | 3 commits to main since this release- Remove const qualifier in result strings.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (ZIP)
2 downloads
-
1.1.0 Stable
released this
2025-01-08 22:16:50 +01:00 | 4 commits to main since this release- Add
anyasciiWrite
which writes to a zig writer directly to avoid unnecessary allocations in some use cases. - Use
anyasciiWrite
utf8ToAscii to avoid allocation duplicates in the previous implementation.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (ZIP)
1 download
- Add
-
1.0.1 Stable
released this
2025-01-08 22:00:13 +01:00 | 6 commits to main since this release- Installation instructions.
- Include anyascii in the zig package.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (ZIP)
2 downloads
-
1.0.0 Stable
released this
2025-01-08 19:56:32 +01:00 | 10 commits to main since this release- Add anyascii function from its C implementation (
2023-08-01
version). - Add utf8ToAscii helper function.
- Add unit tests.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (ZIP)
2 downloads
- Add anyascii function from its C implementation (