ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
784 stars 105 forks source link

Workspace setup #77

Closed callmephilip closed 2 years ago

callmephilip commented 2 years ago

Re: https://github.com/ivmarkov/rust-esp32-std-demo/issues/78

ivmarkov commented 2 years ago

I get it that you would like to organize your own stuff as a workspace (thats a good idea for unit testing and not only; I did the same for RUWM), but I do not understand why we should do that for the demo itself?

callmephilip commented 2 years ago

i am not suggesting you include this in the repo. just included this as a repro of the issue. what is RUWM?

ivmarkov commented 2 years ago

https://github.com/ivmarkov/ruwm

Something which is supposed to become a real life embedded project, not just a demo. 0 documentation so far though.