blob: 0fbdfebdd642f32d4d1cfd6bd7f9fe3a233765db [file] [log] [blame] [view] [edit]
% Using Rust without the Standard Library
<small>There is a new edition of the book and this is an old link.</small>
> Rusts standard library provides a lot of useful functionality, but assumes support for various features of its host system: threads, networking, heap allocation, and others.
> There are systems that do not have these features, however.
---
This particular chapter has moved to [the Rustonomicon][2].
* **[In the Rustonomicon: Beneath std][2]**
* <small>[In the first edition: Ch 4.12 Using Rust without the Standard Library][1]</small>
[1]: https://doc.rust-lang.org/1.30.0/book/first-edition/using-rust-without-the-standard-library.html
[2]: ../nomicon/beneath-std.html