Explore >> Select a destination


You are here

amanieu.github.io
| | qsantos.fr
4.5 parsecs away

Travel
| | Although I am now mostly comfortable with Rust, some concepts still elude me. One of them is the exact meaning of Unpin. The documentation says: The documentation of Unpin says: Types that do not require any pinning guarantees. Where pinning is described as: From this, you could naturally deduce that Unpin is the trait that ... Continue reading You can move !Unpin ?
| | rust-sdl2.github.io
1.0 parsecs away

Travel
| | API documentation for the Rust `sdl2` crate.
| | limpet.net
3.9 parsecs away

Travel
| | [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.
| | dehora.net
15.1 parsecs away

Travel
| Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere.