typo corrections in readme
This commit is contained in:
parent
ad79f4f086
commit
9248c25f68
@ -2,8 +2,8 @@
|
|||||||
Implementations of a simple bank server for the 2022 vesys class at FHNW.
|
Implementations of a simple bank server for the 2022 vesys class at FHNW.
|
||||||
|
|
||||||
Please note that the writer is in no way an experienced or even professional rust developer (hence the cloning everywhere) and
|
Please note that the writer is in no way an experienced or even professional rust developer (hence the cloning everywhere) and
|
||||||
most of this was written in a hurry. Parts of the code might sneak into your house in bright daylight and marry your cat,
|
most of this was written in a hurry. Parts of the code might sneak into your house in bright daylight and marry your cat
|
||||||
to run of with them to Greenland or wherever it is they go for their honeymoon.
|
to run off with them to Greenland or wherever it is they go for their honeymoon.
|
||||||
|
|
||||||
## socket-server
|
## socket-server
|
||||||
Use an on-the-fly invented byte protocol. Consult the code for documentation.
|
Use an on-the-fly invented byte protocol. Consult the code for documentation.
|
||||||
@ -13,7 +13,7 @@ An http implementation, using [actix-web](https://actix.rs/), wanted to try that
|
|||||||
Again, consult the code for information on how the routes work.
|
Again, consult the code for information on how the routes work.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
Run like you would with any [cargo workspace](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html) project.
|
Run it like you would with any [cargo workspace](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html) project.
|
||||||
|
|
||||||
For example, starting the http-server variant, with debug logging and compiled in release mode:
|
For example, starting the http-server variant, with debug logging and compiled in release mode:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user