Rust code feedback

hey guys!

i would IMMENSELY appreciate any feedback on my rust code (even if it’s super harsh :))
it’s just a basic websocket server written in tokio and client.
i want to rid any bad habits i have before they become intuition, ruining my code programs i plan on making in the future :grinning_face:

the github is linked below,
thanks to anyone in advance!

1 Like

you set up all this logging level stuff only to println

im planning on using it for some more stuff after i get the basic logic and render done.