Explore >> Select a destination


You are here

without.boats
| | ryhl.io
3.9 parsecs away

Travel
| | The purpose of this blog post is to celebrate the anniversary of two really neat methods on the Cell type: from_mut and as_slice_of_cells. Both methods were released in version 1.37.0 of Rust, exactly one year ago from the date this post was published.
| | www.abubalay.com
2.8 parsecs away

Travel
| | [AI summary] The author introduces the dioptre crate, a Rust proc-macro that enables field projection for Cell types to solve interior mutability and borrowing issues.
| | poignardazur.github.io
3.9 parsecs away

Travel
| | Let's talk about pinning in the Rust programming language.
| | pabloariasal.github.io
10.0 parsecs away

Travel
| "A virtual method table (VMT),..., is a mechanism used in a programming language to support dynamic dispatch." -Wikipedia