libcore
libcore copied to clipboard
[deprecated, not needed anymore] A stripped-down version of Rust's libcore that used to be required for the AVR target
Results
7
libcore issues
Sort by
recently updated
recently updated
newest added
Currently the current panic handler simply is `loop { }`. In release builds, this will likely optimize out and it also has problems because interrupts will still execute. We should...
bug