tamako/.gitignore
fawn 9d39f8151f ♻️ refactor: switch to actix web away from tide (#5)
tide has a nice pretty api (the singular reason why i choose it) but it is a [seriously](https://web-frameworks-benchmark.netlify.app/result?l=rust) [**slow**](https://github.com/programatik29/rust-web-benchmarks/blob/master/result/hello-world.md) web framework. the "prettiness" of the code is irrelevant especially when it seriously hinders performance. there's a noticeable and significant change after the rewrite.

obv gonna choose the fastest framework if i'm gonna rewrite anyway duhhhhhhh

Reviewed-on: #5
2023-08-17 03:26:31 +00:00

6 lines
No EOL
40 B
Text

# rust
/target
# production
*.env
*.db*