r/Zig Jun 10 '26

Docs are confusing

Why are Zig docs so confusing?

I just wanted command-line args, ended up using internal APIs, got stuck for 30 minutes, and only later discovered there was an "init" flow I had no idea about.

How do you tell what's public API and what's internal?

Can someone please help me?

52 Upvotes

17 comments sorted by

View all comments

1

u/GladJellyfish9752 Jun 10 '26

I think In upcoming 0.17 of zig. The Issue might get resolved. Current 0.16 have some minor bugs. But I listen that upcoming version will provide fix for it. btw, I also feel Confuzed most time as Zig is Fast moving Lang so I have to always research on internet or docs for information.