d02dc51456
Add more tests for small strings.
2025-01-08 23:35:25 +01:00
a269c141c8
Add a license.
2025-01-08 23:13:15 +01:00
eac629f456
Fix import in utf8ToAscii
example.
2025-01-08 23:07:41 +01:00
8855636817
Remove const qualifier in result strings.
2025-01-08 22:28:17 +01:00
72794325d0
Version 1.1.0
2025-01-08 22:16:42 +01:00
eb85754ece
anyasciiWrite
with zig writer to avoid unnecessary allocations.
...
+ 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.
2025-01-08 22:14:56 +01:00
95f2130a13
Version 1.0.1
2025-01-08 21:59:54 +01:00
2dd23a7580
Include anyascii in the zig package.
2025-01-08 21:56:50 +01:00
7dc30ed1e2
Fix install documentation.
2025-01-08 21:56:17 +01:00
62f118a18c
Add installation instructions.
2025-01-08 20:16:46 +01:00
6da1ed2e4c
Initial commit.
...
+ Add anyascii function from its C implementation (`2023-08-01` version).
+ Add utf8ToAscii helper function.
+ Add unit tests.
2025-01-08 19:53:23 +01:00