Skip to content

v0.4.0

Compare
Choose a tag to compare
@pedropark99 pedropark99 released this 10 Aug 14:48
· 183 commits to main since this release
282a024

This is a big release that introduces two new chapters to the book that are related to Data Structures, Comptime and Generics in Zig.

What's Changed

  • Add chapter that explains which Data Structures are avaialable in the Zig Standard Library, and demonstrate how to use them, by @pedropark99 in #20
  • Add chapter that explains of the key features of Zig, which is comptime, and explains how this feature is used to implement generics in Zig.
  • One of the new chapters is also a chapter that uses a small project to demonstrate these concepts in practice.

Full Changelog: v0.3.8...v0.4.0