What Zig 0.16 changes for async I/O and builds?

Zig 0.16 looks like a pretty meaningful cleanup release: async I/O is getting reworked, type resolution and package management are being overhauled, and master builds.

WaffleFries

The async I/O part is the biggest practical change to watch, because old examples may break first there while build speed and master builds mostly improve daily workflow.

BobaMilk