|
|
|
|
|
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 |
|
E.g. for esp32 see https://docs.esp-rs.org/book/overview/using-the-standard-lib...