/zig_guides

A collection of code samples and walkthroughs for performing common tasks in Zig ⚡.

Primary LanguageZigThe UnlicenseUnlicense

⚡ Zig Guides

A collection of code samples and walkthroughs for performing common tasks in Zig.

All the zig files in this repository are interactive and can be executed by zig run <path-to-zig-file>.

This guide follows zig master branch.

Inspired from Bun Guides.

Topics

📂 File System

📄 JSON

📚 Data

🌐 HTTP

⚙️ Process

🔒 Hashing

🧪 Testing

Run using zig test <path-to-zig-file>.

🧰 Utilities

License

All code in this repository is licensed under The Unlicense which allows you to use any part of the code anywhere without restrictions.