Rust logo
Rust 1.77.1
7cf61ebde

Using Rust without the Standard Library

There is a new edition of the book and this is an old link.

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.