Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
The last few weeks I implemented a few syntactic changes in Rust. I wanted to go over those and explain the motivation so it doesn't just seem like churn. None of the designs were mine, but I agree with all of them. (Oh, by the way, did you...
featherweightmusings.blogspot.co.nz Blog Posts 2015-01-19 ~3 min read
My thoughts on Rust in 2015 Disclaimer: these are my personal thoughts on where I would like to see Rust go in 2015 and what I would like to work on. They are not official policy from the Rust team or anything like that.The obvious big thin...
featherweightmusings.blogspot.co.nz Blog Posts 2014-12-29 ~7 min read
Rust for C++ programmers - part 7: data types In this post I'll discuss Rust's data types. These are roughly equivalent to classes, structs, and enums in C++. One difference with Rust is that data and behaviour are much more strictly separa...
featherweightmusings.blogspot.co.nz Community Updates 2014-05-24 ~9 min read
So far we've covered unique and borrowed pointers. Unique pointers are very similar to the new std::unique_ptr in C++ and borrowed references are the 'default' pointer you usually reach for if you would use a pointer or reference in C++. Ru...
featherweightmusings.blogspot.co.nz Community Updates 2014-05-17 ~6 min read
Rust for C++ programmers - part 5: borrowed references In the last post I introduced unique pointers. This time I will talk about another kind of pointer which is much more common in most Rust programs: borrowed pointers (aka borrowed refer...
featherweightmusings.blogspot.co.nz Community Updates 2014-05-11 ~7 min read
Rust for C++ programmers - part 4: unique pointers Rust is a systems language and therefore must give you raw access to memory. It does this (as in C++) via pointers. Pointers are one area where Rust and C++ are very different, both in synt...
featherweightmusings.blogspot.co.nz Community Updates 2014-05-05 ~5 min read
Rust for C++ programmers - part 9: destructuring pt2 - match and borrowing (Continuing from part 8, destructuring).(Note this was significantly edited as I was wildly wrong the first time around. Thanks to /u/dpx-infinity for pointing out m...
featherweightmusings.blogspot.co.nz Community Updates 2014-04-26 ~9 min read
"Good farmers use their bare hands, average farmers use a combine harvester."

Search tips

Type anything to search across articles, videos (including conference talks), podcasts, and research. These operators give you finer control — click an example to try it.

Find pages containing all your words. Pages where the words appear together rank higher.
Quote part of your query to keep those words together as an exact phrase within a larger search.
Wrap the whole query in quotes for a verbatim search that matches text exactly, punctuation and all — perfect for Rust syntax. Needs at least 3 characters.
Limit results to a single site. Works on its own () too. One site: per search.

Use the tabs and filters above the results to narrow by content type, publication year, and sort order.