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: 5 months ago
JSON representation
An implementation of some data structures used to help me learn Zig
- Host: GitHub
- URL: https://github.com/tomboddaert/zig_structures
- Owner: tomBoddaert
- Created: 2024-07-08T18:59:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T17:58:41.000Z (over 1 year ago)
- Last Synced: 2025-01-11T03:30:48.467Z (about 1 year ago)
- Topics: data-structures, zig
- Language: Zig
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```