Add directory stream wrappers
All checks were successful
libakstdlib CI Build / coverage (push) Successful in 2m47s
libakstdlib CI Build / sanitizers (push) Successful in 2m54s
libakstdlib CI Build / cmake_build (push) Successful in 2m59s
libakstdlib CI Build / mutation_test (push) Successful in 12m31s

This commit is contained in:
2026-08-03 13:04:33 -04:00
committed by Logikoma
parent 2b79aca103
commit d5e5e95c61
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