Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
www.youtube.com
...if this is true then we continue on if this is like if this failed then this probe result did not match this this type did not match uh so no longer consider it to be a candidate that we could actually call in this case if we had wrapper...
Video 2022-12-09
www.youtube.com
...and matches uh i think this is pretty much an implementation limitation that we can we hope to fix but presently when you match on something for example regardless of what's in the pattern we're going to treat it as a use of the thing you matched on...
Video 2021-01-25
www.youtube.com
...how the enum structs vectors strings are laid out in memory can we look at pattern matching what's really going on and how good it is like how if you compare pattern matching to what somebody would write with if statements how close does it get and how are...
Video 2025-03-03
www.youtube.com
...like this i mean if you're matching a single element i feel like we should say if you want to match a single element extract the single element and then match on it but well that would be a two level match though it is convenient to do yeah...
Video 2021-06-02
www.youtube.com
...together with another example this is a common way to match an expression this is pre 2018 edition code and what's really important here well the important thing is that you're matching you're doing some pattern matching and the the you've got the the two variants...
Video 2019-04-30
www.youtube.com
...what i think everyone wants for bison blind and so i wouldn't switch back to extra and even if extern c changed to match extra and wasm for now well i mean if x and c change then yeah it would be fine to change back to that like...
Video 2021-04-27
www.youtube.com
...So you showed different match rates for different files. Have you figured out why there's low match rates in some cases? >> Uh so the question is have I figured out why there are low match rates in certain cases for certain files. So um some low so some tags...
Video 2026-01-27
www.youtube.com
...called print line it matches it if you don't pass any arguments it just prints a new line otherwise it takes any amount of so-called tokens tt is a token tree it's either a single token like comma or colon or matching parenthesis or brackets with anything...
Video 2022-07-04
www.youtube.com
...Uh, of course the algorithm is smart enough to not have to do brute force scans of the sliding window to find longest matches. Instead what it does is use some index data structures to speed lookups of potential matches. But those index structures require their own reads from cache...
Video 2025-10-28
www.youtube.com
...years traditionally search has been about having an exact match on the text keyword if not exact then maybe relying on a list of synonyms or if maybe a fuzzy match with something like an edit distance to a better match however if we look at the internet we have...
Video 2023-08-29
www.youtube.com
...correct it's it matt this this statement matches it says normally it works like this for most platforms but you have to consult your actual specification the intention is to match the c compiler and wrapper rust can't match the c compiler so that's a little bit...
Video 2021-02-26
www.youtube.com
...re matching against and on the right hand side we have something to do in response to that so if we match a so if the token happens to be of the form special one of X can we just take that Beck's in return it underscore matches everything...
Video 2017-01-03
www.youtube.com
...since you cannot use the slice match with because it is a nightly what would you use in stay with us well in stay with us you can use what I showed you in the previous slide which is just the explicit matching on the type what would also be...
Video 2018-02-06
www.youtube.com
...compute goal for each goal kind calls a nest function which handles that goal kind where most of them are quite straightforward and also match the OD Ser for example looking at trade goals they have two steps we assemble candidates then we merge the candidates and assembling candidates is...
Video 2024-03-11
www.youtube.com
...that JavaScript can and in reflection probably shouldn't but yeah so we should have support for for these sorts of strings that exactly match the semantics that JavaScript has seems fairly uncontroversial to me I think there's also a question of how we want to handle this with...
Video 2019-03-14
www.youtube.com
...color is also quite easy with a match statement we can easily decompose each of rgb or cmyk and utilize those appropriately and as with all things where the domain is constantly evolving the rest compiler and the ability for the match statement to tell us when we're missing...
Video 2020-12-23
RustFest www.youtube.com
...collaboration (newcomers are not very likely to break stuff when trying, as opposed to C). - limited time required to build efficient stuff. - forced pattern matching and types everywhere: it might walk like an encrypted connection and quack like an encrypted connection, yet be a standard one. - forward-compatibility with the...
Talk Pierre-Étienne Meunier 2017-04-29
www.youtube.com
...because traffic copies are really handy unfortunately our grammar there doesn't match the trade public so what let us use it there's a couple ways to deal with that you could have a separate match rules that handles the extra train comma that's up to you you...
Video 2019-04-29
RustFest www.youtube.com
...CPU you have only 100 of them um you have to write some matching code and um with a micro system I was able to build something that more or less looked like the matching um matches you find in the reference documentation so on the upper half you see...
Talk Kai Michaelis 2016-09-17
RustFest www.youtube.com
...t really idiomatic rust um in a case like this we would use something like pattern matching so I'm just going to change that over to pattern matching really fast um pattern matching in Rust is exhaustive which means you have to account for every case and it's...
Talk Brian Pearce 2016-09-17
"In Rust We Trust"

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.