Made with love by @Octalbyte
Static file server (Rust).
```bash cargo install statix statix
```
--host <String>
set host--port <i32>
set port--ssl <bool>
set if server should have ssl, then set file paths with --crt <String>
and --key <String>
--threads<i32>
set number of threads to be spawned