Hacker News new | ask | show | jobs
by tylerc230 3 days ago
I do something similar. I have all my esp/idf code in one crate and all my business logic in a separate crate. The business crate has no dependencies that won’t compile/run on the host. This is where all my tests live.