Zig NEWS

LI Yu profile picture

LI Yu

404 bio not found

Joined Joined on  github website
play with new comptime var rule of zig 0.12.0

play with new comptime var rule of zig 0.12.0

Comments
5 min read

Want to connect with LI Yu?

Create an account to connect with LI Yu. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
`tmpfile.zig`, a reusable utility for using tmp files in sys tmp

`tmpfile.zig`, a reusable utility for using tmp files in sys tmp

1
Comments
1 min read
Do not rely on the pointer to content of returned struct

Do not rely on the pointer to content of returned struct

1
Comments 1
3 min read
tip: use any git branch in `build.zig.zon`

tip: use any git branch in `build.zig.zon`

2
Comments
2 min read
Upcoming zig 0.12 changes of writing `build.zig`

Upcoming zig 0.12 changes of writing `build.zig`

5
Comments 2
1 min read
`zcmd.zig`: a `std.childProcess.run` replacement but with the ability of running `bash` pipeline

`zcmd.zig`: a `std.childProcess.run` replacement but with the ability of running `bash` pipeline

4
Comments 1
2 min read
`jstring.zig`, my javascript inspired string lib with excellent Regex support

`jstring.zig`, my javascript inspired string lib with excellent Regex support

5
Comments 2
3 min read
`!T`, `anyerror!T` and `MyError!T`

`!T`, `anyerror!T` and `MyError!T`

4
Comments 2
3 min read
tips for interacting with c

tips for interacting with c

6
Comments 3
10 min read
how to use your fav pkg in `build.zig`

how to use your fav pkg in `build.zig`

7
Comments
5 min read
`asdf` to manage multiple versions of Zig, including custom dev versions

`asdf` to manage multiple versions of Zig, including custom dev versions

5
Comments 4
2 min read
Tiny change to Kcov for better covering zig

Tiny change to Kcov for better covering zig

8
Comments 4
1 min read
loading...