#What is the definition of a "package"

1 messages · Page 1 of 1 (latest)

raven dagger
#

I am new to Zig and going through whatever documentation I can find. Official Zig reference mentions concept of "package" (e.g. std) that can be imported by name rather than path but it never defines what "package" is. Can someone explain it or point me in the right direction? --Thanks!

wanton oar
#

What is the definition of a "package"

trail prawn
#

not an answer, but I’m also new to Zig and I noticed a little while back the “package” wording was intentionally changed to “module”, so those are the same if you see them

raven dagger
#

yep, this is why addModule is used instead of addPackage.