Skip to content

Reference โ€‹

Precise, implementation-grounded references:

  • Ownership โ€” who owns, borrows, and frees every allocation.
  • Allocator Model โ€” the one-handoff rule and Zig 0.16.0 facilities in use.
  • Input & I/O โ€” sources, lifetimes, and the std.Io relationship.
  • Positions โ€” bytes, points, ranges, and edit translation.

Released under the MIT License.