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.
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.