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 20:31:33 +01:00
docs refactor(requirements): removed trailing enters 2025-12-04 20:07:24 +01:00
include/cosms-core feat(file): added manually opening and closing files 2025-12-17 20:31:33 +01:00
src feat(file): added manually opening and closing files 2025-12-17 20:31:33 +01:00
tests refactor(tests): removed success and changed it for error value 2025-12-17 18:53:20 +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.