Add really basic request responses

This commit is contained in:
2021-05-15 23:20:07 +02:00
parent 6a7e3f1135
commit 676c4e7a18
5 changed files with 64 additions and 9 deletions

4
src/usimp/mod.rs Normal file
View File

@ -0,0 +1,4 @@
pub fn is_valid(evt: &str) -> bool {
false
}