Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 240 Bytes

realtime-withoutstd.md

File metadata and controls

3 lines (2 loc) · 240 Bytes

Working without the Standard Library

This section has some exercises which introduce ways to move away from libstd and write applications which only use libcore (or liballoc). This is important when writing safety-critical systems.