Migrating to Gitea CI
All checks were successful
clang-build / clang-build (push) Successful in 42s
gcc-build / gcc-build (push) Successful in 19s

This commit is contained in:
2026-01-16 09:37:47 +01:00
parent 912faca620
commit 78909ea0fe
3 changed files with 3 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
<h1>Datum</h1>
<h6><i>Collection of dynamic and generic data structures.</i></h6>
[![](https://github.com/ceticamarco/datum/actions/workflows/gcc-build.yml/badge.svg)](https://github.com/ceticamarco/datum/actions/workflows/gcc-build.yml)
[![](https://github.com/ceticamarco/datum/actions/workflows/clang-build.yml/badge.svg)](https://github.com/ceticamarco/datum/actions/workflows/clang-build.yml)
![](https://git.marcocetica.com/marco/datum/actions/workflows/gcc-build.yml/badge.svg)
![](https://git.marcocetica.com/marco/datum/actions/workflows/clang-build.yml/badge.svg)
</div>
Datum is a collection of dynamic and generic data structures implemented from scratch in C with no external dependencies beyond