Add directory stream wrappers
All checks were successful
libakstdlib CI Build / cmake_build (push) Successful in 2m56s
libakstdlib CI Build / sanitizers (push) Successful in 2m53s
libakstdlib CI Build / coverage (push) Successful in 2m44s
libakstdlib CI Build / mutation_test (push) Successful in 13m17s

This commit is contained in:
2026-08-03 13:04:33 -04:00
parent 2b79aca103
commit af5a4b861a
5 changed files with 285 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ add_library(akstdlib SHARED
src/string.c
src/stream.c
src/stat.c
src/dir.c
src/collections.c
)
@@ -308,6 +309,7 @@ install(FILES
set(AKSL_TESTS
collections
convert
dir
format
hashmap
linkedlist