Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johan-bolmsjo/ziggurat
- Owner: johan-bolmsjo
- License: mit
- Created: 2019-10-05T18:24:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T14:56:25.000Z (8 months ago)
- Last Synced: 2024-05-09T16:10:24.566Z (8 months ago)
- Topics: data-structures, zig
- Language: Zig
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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