Hacker News new | ask | show | jobs
by chikere232 505 days ago
Does anyone use the full standard library for embedded targets? I've not seen it done in C, java has a special embedded edition, python has micro-python, rust seems to usually use no-std, but I might be wrong there.

It seems like a bad reason to constrain the regular standard library

1 comments

I have in the past, but most people don't.

E.g. for esp32 see https://docs.esp-rs.org/book/overview/using-the-standard-lib...