Variety
🎮 Game Development
🤖 Embedded Systems
-
Rust doesn't really limit itself to any particular domain.
-
Here are some examples in different domains.
-
We'll do a 3 second demo of each.
-
CLI applications, there are plenty of tools that run in the shell.
-
There is also a shell.
-
Native applications, warp is the terminal application you see here.
-
We can run commands (
ls
andls --tree
), and navigate between command blocks. -
There are web server frameworks and frontend frameworks.