Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```