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-13 18:36:48 +01:00
docs refactor(requirements): removed trailing enters 2025-12-04 20:07:24 +01:00
include/cosms-core feat(file): added delete file function 2025-12-11 22:38:30 +01:00
src fix(file): fixed tests and large file reading on linux 2025-12-13 18:36:48 +01:00
tests fix(file): fixed tests and large file reading on linux 2025-12-13 18:36:48 +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.