Converted project to Rust
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user