Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomboddaert/zig_structures

An implementation of some data structures used to help me learn Zig
https://github.com/tomboddaert/zig_structures

data-structures zig

Last synced: 12 days ago
JSON representation

An implementation of some data structures used to help me learn Zig

Awesome Lists containing this project

README

        

# `zig_structures`

This is an implementation of some data structures that I wrote to help me learn Zig.

## Adding `zig_structures` to your project
Run
```sh
zig fetch --save https://github.com/tomBoddaert/zig_structures/archive/{commit}.tar.gz
```
Where `{commit}` is replaced with the commit hash.

## Documentation
To build the documentation, clone the repository and run
```sh
zig build docs
```