geauxtigers69 / rust-single-threaded-server

Created with CodeSandbox

Home Page:https://codesandbox.io/p/github/geauxtigers69/rust-single-threaded-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Starter

Here you can easily get started with Rust and experiment. Make sure to Fork this template by clicking the button in the top right corner!

Check out src/main.rs for the code. When you save, it will automatically recompile and show a new version thanks to cargo-watch.

To add a new dependency, open a new terminal (CMD/Ctrl + ` ) and run cargo add ....

After rebuilding the environment by changing the Dockerfile, you might have to restart rust-analyzer by doing CMD/Ctrl+K and "Restart rust server" or restart the VM by clicking the CodeSandbox logo (in the top left) and clicking "Restart Instance".

About

Created with CodeSandbox

https://codesandbox.io/p/github/geauxtigers69/rust-single-threaded-server


Languages

Language:Rust 55.7%Language:Dockerfile 44.3%