/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.guillaume-gomez.fr
| | qsantos.fr
4.6 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
| | vmx.cx
4.5 parsecs away

Travel
| | [AI summary] The author discusses creating a WASM binary with multi-value returns using Rust, overcoming challenges with tooling and FFI safety issues.
| | www.ralfj.de
4.7 parsecs away

Travel
| | Did you know that the standard library is full of useful checks that users never get to see? There are plenty of debug assertions in the standard library that will do things like check that...
| | tim.mcnamara.nz
18.1 parsecs away

Travel
| Rust Type Conversion (Part 1) This series details how to how to convert between Rust's data types and how to navigate some of the edge cases. [[MORE]] Background Rust is a strongly-typed programming...