Lay out the structure of the project

Parse arguments which can be used to configure the server. Create a
WASM client stub and make the server capable of serving it. Document
the current state in the readem.
This commit is contained in:
finga 2022-09-17 18:12:45 +02:00
commit f85a4d7e87
12 changed files with 2250 additions and 0 deletions

7
.cargo/config Normal file
View file

@ -0,0 +1,7 @@
[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Dwarnings",
"-Dclippy::pedantic",
"-Dclippy::nursery",
"-Dclippy::cargo",
]