Converted project to Rust

This commit is contained in:
2026-06-11 10:42:07 +02:00
parent 4659354856
commit 9f7410b7c7
8 changed files with 114 additions and 100 deletions
+9
View File
@@ -1,5 +1,14 @@
# RestCOBOL
RestCobol is a "Framework", that allows to make COBOL Procedures available via Rest.
All Endpoints are defined in a single yaml file.
## Running the Project
Start Server with `just run`, or build the image with `just build`
## Cobol parsing
A CopyBook will be parsed into usable JSON, like this:
```cpy
01 STUDENT.