Zlug
D 59 completed
Other
unknown / zig · tiny
15
Files
910
LOC
0
Frameworks
3
Languages
Pipeline State
completedRun ID
#1469128Phase
doneProgress
0%Started
2026-04-16 10:31:41Finished
2026-04-16 10:31:42LLM tokens
0Pipeline Metadata
Stage
SkippedDecision
skip_scaffold_dupNovelty
16.37Framework unique
—Isolation
—Last stage change
2026-04-16 18:15:42Deduplication group #49193
Member of a group with 43 similar repo(s) — canonical #1591863 view group →
Source: Repobility analyzer · https://repobility.com
AI Prompt
Create a fast, safe, and multi-byte aware slug generation tool using Zig. The tool should be able to transliterate any BMP codepoint to ASCII and support 20 different languages, including English and German. I need both a stack-buffer variant (`slugify`) and an allocating variant (`slugifyAlloc`) for flexibility. The API should allow configuring options like language, case, and maximum length.
zig slugification string-processing utf-8 utility
Generated by gemma4:latest
Catalog Information
Create a fast, safe, and multi-byte aware slug generation tool using Zig. The tool should be able to transliterate any BMP codepoint to ASCII and support 20 different languages, including English and German. I need both a stack-buffer variant (slugify) and an allocating variant (slugifyAlloc) for flexibility. The API should allow configuring options like language, case, and maximum length.
Tags
zig slugification string-processing utf-8 utility
Quality Score
D
59.2/100
Structure
60
Code Quality
60
Documentation
55
Testing
15
Practices
78
Security
100
Dependencies
50
Strengths
- CI/CD pipeline configured (github_actions)
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
- Properly licensed project
Weaknesses
- No tests found — high risk of regressions
- 104 duplicate lines detected — consider DRY refactoring
Recommendations
- Add a test suite — start with critical path integration tests
- Add a linter configuration to enforce code style consistency
Languages
Frameworks
None detected
Embed Badge
Add to your README:
