Warning
This post was published 55 days ago. The information described in this article may have changed.
I have in my file cdemodc_c.rs, at the top of it line:
//cdemodc_c.rs
use super::bindings_included::*;
The structure of my project is:
I'm getting error:
Basically, the problem is that in the cdemodc_c.rs is main function which I cannot start debugging.
This is the content of Cargo.toml
So, to summarize:
Any help appreciated
2 posts - 2 participants
🏷️ rust_feed