The Rust Standard Library| doc.rust-lang.org
Cross-compilation using Clang¶| clang.llvm.org
The first step in creating our own operating system kernel is to create a Rust executable that does not link the standard library. This makes it possi…| os.phil-opp.com