authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:31:48 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:31:48 -07:00
log5c4543acadb6c24c05d68f79e4c9d2093457a629
tree807d1b20889531600869653c621521c3de41fa16
parent7026667f5ba4a7489fbdb30979f399e4fff50481

ziginfra README sync


1 files changed, 6 insertions(+), 3 deletions(-)

README.md+6-3
......@@ -1,6 +1,9 @@
11# zig-extras
22
3An assortment of random utility functions that aren't in std and don't deserve their own package.
3![loc](https://sloc.xyz/github/nektro/zig-extras)
4[![license](https://img.shields.io/github/license/nektro/zig-extras.svg)](https://github.com/nektro/zig-extras/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
48
5## License
6MIT
9An assortment of random utility functions that aren't in std and don't deserve their own package.