Back to Rust Lang

Using Rust Without The Standard Library

redirects/using-rust-without-the-standard-library.md

latest703 B
Original Source

% Using Rust without the Standard Library

<small>There is a new edition of the book and this is an old link.</small>

Rust’s 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.