shankar.blog

series

Learning Zig

PART 1:

A Monologue on Zig Import

learning how @import function and pub keyword works. @import function is used to import declaration from other file sources. Pub keyword is used to expose declarations from one file to another on import.