I have created a posqtgresql client for zig with support for zig stable in dev-zig-stable branche
and zig upstream in dev-zig-upstream
how can I make it std-like in its style and code structure?
I have created a posqtgresql client for zig with support for zig stable in dev-zig-stable branche
and zig upstream in dev-zig-upstream
how can I make it std-like in its style and code structure?
I haven’t reviewed your project, but I’d say that’s a question best answered by yourself and applied during design and implementation rather than after the fact.
In general:
However “being like std” really shouldn’t be the primary hoal. The primary goals should be simplicity, clarity, and efficiency in the applicable domain.