|
You are here |
ntietz.com | ||
| | | | |
kobzol.github.io
|
|
| | | | | Blog about programming stuff. | |
| | | | |
ryhl.io
|
|
| | | | | 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
|
|
| | | | | Breaking all of the safety in Rust | |
| | | | |
briankung.dev
|
|
| | | 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... | ||