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-05 20:05:14 +01:00
docs refactor(requirements): removed trailing enters 2025-12-04 20:07:24 +01:00
include/cosms-core feat(file): implemented write file for linux 2025-12-05 20:05:14 +01:00
src feat(file): implemented write file for linux 2025-12-05 20:05:14 +01:00
tests feat(file): implemented write file for linux 2025-12-05 20:05:14 +01:00
.gitignore feat(file): added enum for error handling 2025-12-05 17:16:59 +01:00
CMakeLists.txt docs(file): added license documentation to the file source files 2025-12-05 16:57:14 +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.