Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
## Summary [summary]: #summary Give users control over the feature unification that happens based on the packages they select. - A way for `cargo check -p foo -p bar` to build like `cargo check -p foo && cargo check -p bar` - A way for `car...
github.com RFC 3692 RFC 2024-09-11 ~7 min read
Serde serialization support for uint and fixed hash.
crate v0.5.0 github.com 2024-09-11
RLP serialization support for uint and fixed hash.
crate v0.4.0 github.com 2024-09-11
num-traits implementation for uint.
crate v0.2.0 github.com 2024-09-11
Procedural macros for the `fred` Redis client
crate v0.1.0 github.com 2024-09-03
Utility crate that allows executables to replace or uninstall themselves
crate v1.5.0 github.com 2024-09-01
## Summary [summary]: #summary Allow `struct` definitions to provide default values for individual fields and thereby allowing those to be omitted from initializers. When deriving `Default`, the provided values will then be used. For exampl...
github.com RFC 3681 RFC 2024-08-22 ~45 min read
Bindings to Core Foundation for macOS
crate v0.8.7 github.com 2024-08-11
Bindings for some fundamental Core Graphics types
crate v0.2.0 github.com 2024-08-11
Hyper bindings for Unix domain sockets
crate v0.9.1 github.com 2024-07-22
## Summary [summary]: #summary Support restricting implementation of individual methods within traits, using the existing unused `final` keyword. ## Motivation [motivation]: #motivation When defining a trait, the trait can provide optional...
github.com RFC 3678 RFC 2024-07-20 ~6 min read
## Return type notation (RTN) in bounds and where-clauses - Feature Name: `return_type_notation` - Start Date: 2024-06-04 - RFC PR: [rust-lang/rfcs#3654](https://github.com/rust-lang/rfcs/pull/3654) - Tracking Issue: [rust-lang/rust#109417]...
github.com RFC 3654 RFC 2024-07-11 ~44 min read
## Summary [summary]: #summary Promote aarch64-apple-darwin to Tier 1. ## Motivation [motivation]: #motivation Approximately [33% of Rust users][survey-2023] use macOS for development. Hardware using Apple Silicon CPUs is noticeably more pe...
github.com RFC 3671 RFC 2024-07-09 ~3 min read
## Summary This RFC presents the Rust project goal slate for 2024H2. The slate consists of 26 total project goals of which we have selected 3 as our "flagship goals": * Release the Rust 2024 edition (owner: [TC][]) * Bring the Async Rust ex...
github.com RFC 3672 RFC 2024-07-09 ~17 min read
## Summary [summary]: #summary This RFC adds an `async` bound modifier to the `Fn` family of trait bounds. The combination currently desugars to a set of unstable `AsyncFn{,Mut,Once}` traits that parallel the current `Fn{,Mut,Once}` traits....
github.com RFC 3668 RFC 2024-06-25 ~26 min read
## Summary This RFC proposes a mechanism for crate authors to delete their crates from crates.io under certain conditions. ## Motivation There are a variety of reasons why a crate author might want to delete a crate from crates.io: * You pu...
github.com RFC 3660 RFC 2024-06-20 ~5 min read
## Summary This RFC discusses mergeable cross-crate information in rustdoc. It facilitates the generation of documentation indexes in workspaces with many crates by allowing each crate to write to an independent output directory. The final...
github.com RFC 3662 RFC 2024-06-18 ~21 min read
## `unsafe_pinned` - Feature Name: `unsafe_pinned` - Start Date: 2022-11-05 - RFC PR: [rust-lang/rfcs#3467](https://github.com/rust-lang/rfcs/pull/3467) - Tracking Issue: [rust-lang/rust#125735](https://github.com/rust-lang/rust/issues/1257...
github.com RFC 3467 RFC 2024-06-17 ~20 min read
Jaeger client library created on top of rustracing
crate v0.10.0 github.com 2024-06-15
A library for encoding/decoding binaries specified by the thrift protocol
crate v0.3.2 github.com 2024-06-11
"**Even with just basic optimization, Rust was able to outperform the hyper hand-tuned Go version.** This is a huge testament to how easy it is to writ..."

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.