Tiny utils library in C.
Go to file
Madeorsk 46b6f24432 Create first structures and functions.
+ Create ksrarrays.
+ Create ksrbuffers.
+ Create ksrpromises.
+ Create ksregex.
+ Create strings and files helper functions.
+ Define some logging constants.

+ Setup basic unit tests and code coverage.
2021-07-31 19:06:57 +02:00
include/ksr Create first structures and functions. 2021-07-31 19:06:57 +02:00
src Create first structures and functions. 2021-07-31 19:06:57 +02:00
tests Create first structures and functions. 2021-07-31 19:06:57 +02:00
.gitignore Create first structures and functions. 2021-07-31 19:06:57 +02:00
LICENSE Fix license details. 2021-07-30 19:20:53 +02:00
README.md Initial commit 2021-07-30 19:17:29 +02:00
gcovr.cfg Create first structures and functions. 2021-07-31 19:06:57 +02:00
meson.build Create first structures and functions. 2021-07-31 19:06:57 +02:00

README.md

libksr

Tiny utils library in C.