anyascii.zig/.gitignore
Madeorsk 761636c226
Initial commit.
+ Add anyascii function from its C implementation (`2023-08-01` version).
+ Add utf8ToAscii helper function.
+ Add unit tests.
2025-01-08 19:52:15 +01:00

7 lines
57 B
Text

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