-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
If you want to build a simple website, you should probably look into learning HTML and CSS. You can then use whatever web server you want to serve HTML files with CSS styling. For example you could use actix-web with a HTML templating library. I'm partial to Maud myself but there are many others, see https://www.arewewebyet.org/.
-
Hi guys, I am doing a DNS resolver with Rust, I have a UDP socket in the main function that receives all the messages, when I receive dns question from some user, I need to ask a root server with the same UDP socket and somehow assign the root server response to the dns question from user. The root server will also be handled in another file. Do you guys have some idea how to assign it together. This is the repo https://github.com/Atsukoro1/rustdns Also I'll be happy for any recommendation about what can I do better since I do rust for like one month
-
try rustlings