Skip to content
Small and fun utility lib
Branch: master
Clone or download
Latest commit 3022e1b Mar 8, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bench Moved benchmarks to own folder Feb 4, 2019
fun More work on reify Mar 8, 2019
lib More work on reify Mar 8, 2019
src More work on reify Mar 8, 2019
.gitattributes Fixed gitattributes for windows May 16, 2018
.gitignore Added files Dec 14, 2017
.gitmodules Always use master of submodules Feb 11, 2019
.travis.yml Fix travis build Dec 6, 2018
LICENSE.txt Added files Dec 14, 2017
README.md Update README.md May 4, 2018
build.zig Moved benchmarks to own folder Feb 4, 2019
index.zig Started reworking parser.zig Oct 25, 2018

README.md

fun-with-zig

fun-with-zig is a Zig library full of random utilities.

Why?

The project started as just me playing with the features of the Zig language and its features in unconventional ways. This then lead to a few utilites that where actually useful as libraries.

Now, this repo works by first playing with something in the fun directory. Nothing in that directory is actually useful, as files might just play around with the oddities of Zig, or the file might be just an idea with no user friendly api.

If something in fun then turns into anything useful, it'll be moved to src and an effort will be made to finish up the idea, testing it, and providing a nice api.

Files from src might even be moved into its own repo if the ideas a file or files explore become bigger standalone concepts.

You can’t perform that action at this time.