Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
www.youtube.com
...near constrained now pattern matching which I didn't really think was a thing before I even touched Russ so I'm it's such an amazing concept honestly makes code so much better it allows you to match patterns on values for example matching a literal an enum variant...
Video 2023-08-30
www.youtube.com
...Um meaning that we're matching um sorry this isn't the same one. Um this one is uh domain names. So it matches it's a not perfect domain names but it matches dashes and then alpha numeric and then it has one or more sets with a dot...
Video 2026-01-06
www.youtube.com
...can't know which match arm you're gonna take yeah exactly exactly that was my point was the match we have the thing we were discussing earlier kind of seems to break that assumption because currently there's always a use of the match right currently it is yes...
Video 2021-01-25
www.youtube.com
...P GE 100 and then matcher and there's loads of built-in matches there's wildcard matches if you don't care about specific arguments comparisons floating points string matches container matches you also compose matches together so you can say maybe you don't care that the robot...
Video 2018-02-06
www.youtube.com
...finally it's just matches the inch keywords if you want to distinguish it from inter isn't right because it matches both rules so when there is an ambiguity lexical analyzers like rest legs but also lex will also will always try to match the longest input as possible...
Video 2017-01-03
RustFest rustfest.ch
...autonomous robots in soccer matches by the year 2050. To drive progress toward this ambitious goal, annual competitions and conferences across various robotics sub-fields are held, to encourage research and development. Traditionally, robot programming has been dominated by languages like C++ and Python. However, first teams are adopting Rust...
Talk Hendrik Sieck 2024-06-22
www.youtube.com
...Explicitly matching every Result case is required to avoid panic. Or is it? Let's learn together to use turbofish syntax and the anyhow crate to produce more elegant but still idiomatic Rust code that allows us to explicitly handle Result(s) as necessary. We'll demonstrate making Rest API...
Video 2023-08-28
www.youtube.com
...intended to have its own abi so it either matches gcc or it matches msvc so one second uh um i was going to say i think what we're really saying is not match the c compiler but match the platform api definition right which may be in practice...
Video 2021-02-26
RustWeek www.youtube.com
Martin Larralde -- In a classic case of “Rewrite It In Rust”, implementing a novel algorithm for identifying binding sites in DNA led to a 100x improvement in speed. This talk emphasizes on what made it easier with Rust compared to C & C++, which are still in use predominantly in...
Talk Martin Larralde 2025-05-14
FOSDEM archive.fosdem.org
...These guarantees are not formally specified, which makes it harder to reason about the safety of the wrapped unsafe logic; this issue is compounded by the fact that undefined behaviour can seep into safe rust from unsafe code that doesn't match rust's expected semantics. I'll discuss how...
Talk Andrea Lattuada 2019-02-02
FOSDEM archive.fosdem.org
...Some of these are fundamental novelties, and others are optimizations matching the changing performance landscape in modern hardware. In this talk we present Glidesort, a general purpose in-memory stable comparison sort. It is fully adaptive to both pre-sorted runs in the data similar to Timsort, and low-cardinality...
Talk Orson Peters 2023-02-04
www.youtube.com
...we see two matched statements when statements are kind of like switch statements and other languages but even one powerful each line in the match statement starts with a pattern and if the pattern matches the rest of the line oh and if the pattern matches the rest of the...
Video 2018-03-31
www.youtube.com
...second the way that match works more or less let's see if there's a where's the context okay so yeah candidate is kind of what i wanted to look for yeah at the match kind of i guess it's more match pair maybe but it basically...
Video 2020-11-12
www.youtube.com
...be totally valid to have like some other kind of decal to have two non-terminals that both match to the same set of things and when you do the pattern matching you couldn't really tell the difference between whether something was originally a trait impuldecal and you just...
Video 2022-04-20
www.youtube.com
...like marginally easier but ignoring that we can easily match across all the crates by doing this right we have oops oh sh sorry uh okay we have this this is the definition of a decal program so we can match it here and then we can replace a crate...
Video 2022-08-17
www.youtube.com
...Functional languages have potential and are safe since they are ADT and pattern matching. But they’re not good for quick interpreters due to its runtime. Conversely, C is quick and has no runtime, but it’s not safe. I was searching for an ADT and pattern matching language that...
Video 2020-12-23
www.youtube.com
...component uh we have parsed that out in various ways to make it so that you don't have to match gnu eabi you instead can match the match that as though it were linux canoe and that there was this separate flag that says i'm eabi we have...
Video 2021-06-22
EuroRust www.youtube.com
...We’ll walk through the missteps, the initial design we implemented and then discarded, the profiling rabbit holes, and the eventual breakthroughs that led us to a Rust version that not only matched but outperformed the original, without compromising safety and memory usage. Along the way, we’ll cover design...
Talk Luca Palmieri 2025-10-09
www.youtube.com
...So you generally don't have to normalize except when you actually match on the type kind in which case you have to make sure that your call tries to actually resolve ideally as close to the uh match on the kind as possible to make sure that well uh...
Video 2025-06-04
www.youtube.com
...those features in multiple images for matching and then once we perform matching we get kind of that image in the top right where you have some features in one image and the features in another image and we've kind of matched them figured out which ones are the...
Video 2021-09-30
"*relatively speaking*, my rust programs are like Leonardo DiCaprio in the Revenant, killing grizzly bears with their bare hands, dying and being froze..."

Search tips

Type anything to search across articles, videos (including conference talks), podcasts, research, crates, and Rust API documentation. 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.