A simple filehost written in rust
Go to file
Amneesh Singh f77fe175ff
add random letters to filename
2021-06-12 18:11:13 +05:30
src add random letters to filename 2021-06-12 18:11:13 +05:30
.gitignore initial commit: used actix and added a GET fn 2021-06-11 14:59:20 +05:30
Cargo.lock add random letters to filename 2021-06-12 18:11:13 +05:30
Cargo.toml add random letters to filename 2021-06-12 18:11:13 +05:30
LICENSE initial commit: used actix and added a GET fn 2021-06-11 14:59:20 +05:30
README.md initial commit: used actix and added a GET fn 2021-06-11 14:59:20 +05:30
flake.lock initial commit: used actix and added a GET fn 2021-06-11 14:59:20 +05:30
flake.nix initial commit: used actix and added a GET fn 2021-06-11 14:59:20 +05:30

README.md

Simple Filehost (WIP)

A simple filehost written in rust (Also my attempt at learning rust, this is my first rust code after Hello World)