The core of the cosms application. It contains code needed by both the frontend and backend, like http parsing and file reading.
Find a file
2025-12-17 22:58:02 +01:00
docs refactor(requirements): removed trailing enters 2025-12-04 20:07:24 +01:00
include/cosms-core feat(file): implemented getting file size 2025-12-17 20:40:01 +01:00
src feat(test): added some tests for opening, closing and getting size of file 2025-12-17 21:16:00 +01:00
tests fix(test): added closing of file for size tests 2025-12-17 22:58:02 +01:00
.gitignore feat(file): added enum for error handling 2025-12-05 17:16:59 +01:00
CMakeLists.txt feat(test): improved testing system and implemented read file tests 2025-12-09 22:07:16 +01:00
LICENSE Initial commit 2025-11-27 11:11:58 -06:00
README.md Initial commit 2025-11-27 11:11:58 -06:00

cosms-core

The core of the cosms application. It contains code needed by both the frontend and backend, like http parsing and file reading.