Unsafe Rust: How and when (not) to use it

Everything you need to know about getting started with unsafe Rust. Learn to troubleshoot common issues and debunk popular myths. Read more

Similar

Rust Std:Io:Error

In this article we’ll dissect the implementation of std::io::Error type from the Rust’s standard library.The code in question is here:library/std... (more…)

Read more »