initial commit: used actix and added a GET fn

This commit is contained in:
2021-06-11 14:59:20 +05:30
commit 1239446d33
9 changed files with 2058 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Simple Filehost (WIP)
A simple filehost written in rust
~~(Also my attempt at learning rust, this is my first rust code after Hello World)~~