anyascii.zig/.gitignore
Madeorsk 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

7 lines
57 B
Text

# IntelliJ IDEA
*.iml
.idea/
# Zig
.zig-cache/
zig-out/