This is very unneccessary for a simple pastebin clone.
It might be but as I said I am very new to Rust and don't know how to do some stuff in Rust. someone on IRC said I should use Arc to get around this issue but I didn't know much about Arc so I went with unsafe.
I use tilde.club to host my website and gemini capsule. It's awersome I don't have to think about managing the server since it's done by the staff of tilde.club
It's because I am changing the value of a static variable, there could be more than one thread trying to change the value of FILE_COUNT which could lead to race condition.
I do too!