Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienrull/libzro
A cross-platform foundation C headers only library to accelerate project development and reduce complexity.
https://github.com/julienrull/libzro
arena-allocator c dynamic-array library strings-manipulation unittest
Last synced: 10 days ago
JSON representation
A cross-platform foundation C headers only library to accelerate project development and reduce complexity.
- Host: GitHub
- URL: https://github.com/julienrull/libzro
- Owner: julienrull
- License: mit
- Created: 2024-08-01T16:30:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:01:57.000Z (about 1 month ago)
- Last Synced: 2024-10-18T15:40:12.755Z (about 1 month ago)
- Topics: arena-allocator, c, dynamic-array, library, strings-manipulation, unittest
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libzro
A header-only C library that provides essential data structures, including:
- **Generic memory management**
- **Arena allocator**
- **Dynamic array**
- **Hashmap**### Installation
```sh
wget https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/libzro.h
```OR
```sh
curl https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/libzro.h -o libzro.h
```