TL;DR
Structure Zig projects with modules — use @import for file-based modules, control visibility with pub, and manage packages with build.zig.zon. Free tutorial with examples.
Key concepts
- zig modules
- zig packages
- zig @import
- build.zig.zon
- zig project structure
- zig package manager
- zig dependency management
Course complete!
You've reached the end of the curriculum. Review any lesson or try the playground.
Back to all lessons