Cisastor is a collection of C libraries and utilities.
- Testing Guide - Learn how to write and run tests using the built-in testing framework.
- Arena Allocator
- Data Containers:
- Progress Bar
- Testing Framework
- Utils
libs/: Core libraries.arena_allocator/: Arena-based memory management.data/: Data structures (containers, string views, iterators).progressbar/: Progress bar utility.testing/: Minimal C testing framework.utils/: Common macros and utilities.
examples/: Usage examples for the libraries.