Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johan-bolmsjo/ziggurat

Zig Data Structures
https://github.com/johan-bolmsjo/ziggurat

data-structures zig

Last synced: about 2 months ago
JSON representation

Zig Data Structures

Awesome Lists containing this project

README

        

# Ziggurat

Data structures for [zig](https://ziglang.org/).

BEWARE: This is a learning experience!

I have just started this journey. Unless I tire of the language I will port my
favorite data structures and add them to this repo.

Compiles with: zig 0.12

## Running Tests

zig test list_test.zig
zig test -O ReleaseSafe avl_test.zig