Y
Hacker News
new
|
ask
|
show
|
jobs
by
ostenning
940 days ago
All embedded applications and libraries can be declared with no_std, removing the std dependency and heap allocation.
Shared libraries are also possible.
1 comments
synergy20
940 days ago
well without stdlib, there is not much I can do on non-mcu devices it's like I have c++ but no libstdc++ for a smart tv device development
link