Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
The `uint!` macro for `Uint` and `Bits` literals
crate v1.2.1 github.com 2024-06-03
Fundamental base types and code used by pnet.
crate v0.35.0 github.com 2024-05-30
Automatic bit manipulation for binary data formats
crate v0.35.0 github.com 2024-05-30
Support library for libpnet_macros
crate v0.35.0 github.com 2024-05-30
Cross-platform, binary packet parsing and manipulation
crate v0.35.0 github.com 2024-05-30
Access to network related system function and calls.
crate v0.35.0 github.com 2024-05-30
Cross-platform, datalink layer networking.
crate v0.35.0 github.com 2024-05-30
Cross-platform, low level networking using the Rust programming language.
crate v0.35.0 github.com 2024-05-30
Cross-platform, transport layer networking.
crate v0.35.0 github.com 2024-05-30
Reuse rstest attributes: create a set of tests and apply it to every scenario you want to test.
crate v0.7.0 github.com 2024-05-30
## Summary [summary]: #summary The [crates.io package ownership policies currently state](https://crates.io/policies#package-ownership): > If you want to take over a package, we require you to first try and contact the current owner > direc...
github.com RFC 3646 RFC 2024-05-24 ~2 min read
## Summary Add `std::thread::add_spawn_hook` to register a hook that runs for newly spawned threads. This will effectively provide us with "inheriting thread locals", a much requested feature. ```rust thread_local! { static MY_THREAD_LOCAL:...
github.com RFC 3642 RFC 2024-05-22 ~8 min read
## Summary [summary]: #summary Adding an unsafe attribute, `#[unsafe(export_ordinal(n))]`, that marks the ordinal position of an exported function in a cdylib on windows targets without creating a `lib.def` file. ## Motivation [motivation]:...
github.com RFC 3641 RFC 2024-05-19 ~4 min read
Jaeger exporter for OpenTelemetry
crate v0.22.0 github.com 2024-05-15
## Summary [summary]: #summary This RFC proposes to add a new kind of pattern, the **guard pattern.** Like match arm guards, guard patterns restrict another pattern to match only if an expression evaluates to `true`. The syntax for guard pa...
github.com RFC 3637 RFC 2024-05-13 ~12 min read
Memory efficient trie (prefix tree) and map library based on LOUDS
crate v0.4.2 github.com 2024-05-12
## `maybe_dangling` - Feature Name: `maybe_dangling` - Start Date: 2022-09-30 - RFC PR: [rust-lang/rfcs#3336](https://github.com/rust-lang/rfcs/pull/3336) - Tracking Issue: [rust-lang/rust#118166](https://github.com/rust-lang/rust/issues/11...
github.com RFC 3336 RFC 2024-05-09 ~14 min read
## Summary [summary]: #summary Various changes to the match ergonomics rules: - On edition ≥ 2024, `&` and `&mut` patterns only remove a single layer of references. - On edition ≥ 2024, `mut` on an identifier pattern does not force its bind...
github.com RFC 3627 RFC 2024-05-06 ~15 min read
## Summary [summary]: #summary When method selection encounters an ambiguity between two trait methods when both traits are in scope, if one trait is a subtrait of the other then select the method from the subtrait instead of reporting an a...
github.com RFC 3624 RFC 2024-05-04 ~4 min read
An async parser for `multipart/form-data` content-type in Rust.
crate v3.1.0 github.com 2024-05-04
"Rust is 5 languages stacked on top of each other, except that instead of ending up like 5 children under a trenchcoat, they end up like the power rang..."

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.