Replies: 1 comment 3 replies
-
|
Thank you, Christoph! I really appreciate you posting this. I'm glad Ceedling is working well for you! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For years, I have disliked building C code. I currently have a Rust project where I compare performance of C and Rust on STM32 embedded hardware so I use Rust's interoperability. I had written a Makefile and it was so fragile. Then I wanted to add some okayish unit tests and found unity, which linked to this project.
I am stunned, it just works. This may be the cargo of the C world. Thanks for creating this project ❤️
Beta Was this translation helpful? Give feedback.
All reactions