Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomboddaert/zig_structures
- Owner: tomBoddaert
- Created: 2024-07-08T18:59:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T17:58:41.000Z (6 months ago)
- Last Synced: 2024-11-12T06:23:47.507Z (2 months 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
```