Explore >> Select a destination


You are here

ntietz.com
| | kobzol.github.io
3.0 parsecs away

Travel
| | Blog about programming stuff.
| | ryhl.io
3.6 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.
| | iter.ca
2.1 parsecs away

Travel
| | Breaking all of the safety in Rust
| | briankung.dev
26.3 parsecs away

Travel
| I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...