This is an implementation of some data structures that I wrote to help me learn Zig.
Run
zig fetch --save https://github.com/tomBoddaert/zig_structures/archive/{commit}.tar.gzWhere {commit} is replaced with the commit hash.
To build the documentation, clone the repository and run
zig build docs