A list of links to code references showing common patterns in Zig.
- This document lives! Please make frequent updates.
- Beware of bitrot! Look at the date of the entry and/or the version of zig referenced
- Context Matters! Links to working code examples, for example the zig standard library, are preferred
- Inclusive over canonical! Prefer showing different approaches side-by-side instead of annoiting a "best" approach.
*0.13.0/lib/std/hash_map.zig#L1563
Many thanks to all the blog posts that served as references
- Support Patterns links to blog posts with links to working code on github