Writing Your Own Application
With the appropriate Rust compiler and toolchain installed, you're now ready to create an application.
There are essentially two ways to do this: generating from a template or starting from scratch using only cargo
.
We strongly recomend starting projects from templates as it gives you a configured project saving all the time that would require
to setup a project started from scratch with cargo
.
If you are looking for inspiration, check the Projects section of our Awesome ESP Rust repository