Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
## RFC: result_ffi_guarantees - Feature Name: `result_ffi_guarantees` - Start Date: 2023-02-15 - RFC PR: [rust-lang/rfcs#3391](https://github.com/rust-lang/rfcs/pull/3391) - Rust Issue: [rust-lang/rust#110503](https://github.com/rust-lang/r...
github.com RFC 3391 RFC 2023-04-18 ~3 min read
## Summary [summary]: #summary This RFC adds a "detailed" feature definition: ```toml [features] # same as `foo = []` foo = { enables = [] } ``` This is to unblock the following RFCs: - [Cargo feature descriptions](https://github.com/rust-l...
github.com RFC 3416 RFC 2023-04-14 ~4 min read
Safe implementation of parquet IO.
crate v0.17.2 github.com 2023-04-13
## Summary [summary]: #summary This RFC adds support for single-file bin packages in cargo. Single-file bin packages are rust source files with an embedded manifest and a `main`. These files will be accepted by cargo commands as `--manifest...
github.com RFC 3502 RFC 2023-03-31 ~39 min read
Some procedure macro implementations for vsdb.
crate v0.53.0 github.com 2023-03-25
A well-maintained fork of the dotenv crate
crate v0.15.7 github.com 2023-03-22
Create extensions for types you don't own with extension traits but without the boilerplate.
crate v1.2.0 github.com 2023-03-18
## Summary [summary]: #summary Let's make it more elegant to conditionally compile trait bounds by allowing cfg-attributes directly in where clauses. ## Motivation [motivation]: #motivation Currently, there is limited support for conditiona...
github.com RFC 3399 RFC 2023-03-11 ~5 min read
A Rust Library for basic parsing and handling of logical formulas(forked from coastalwhite)
crate v0.1.0 github.com 2023-02-23
## Summary [summary]: #summary Add a `[lints]` table to `Cargo.toml` to configure reporting levels for rustc and other tool lints. ## Motivation [motivation]: #motivation Currently, you can configure lints through - `#[<level>(<lint>)]` or...
github.com RFC 3389 RFC 2023-02-14 ~17 min read
Zero setup cross compilation and cross testing
crate v0.2.5 github.com 2023-02-04
Either acts as rayon or creates a single-threaded facade
crate v0.1.1 github.com 2023-02-03
## Summary [summary]: #summary This RFC proposed to add a stable `#[diagnostic]` attribute namespace, which contains attributes to influence error messages emitted by the compiler. In addition it proposed to add a `#[diagnostic::on_unimplem...
github.com RFC 3368 RFC 2023-01-06 ~10 min read
Tiny simple JSON parser/generator
crate v2.5.1 github.com 2022-12-31
Madsim's proc-macro.
crate v0.2.12 github.com 2022-12-14
A helper macros implementation for Value Classes in Rust
crate v0.3.2 github.com 2022-12-11
A helper macros implementation for Value Classes in Rust
crate v0.3.2 github.com 2022-12-11
## Summary [summary]: #summary Enable upcasts from `dyn Trait1` to `dyn Trait2` if `Trait1` is a subtrait of `Trait2`. This RFC does not enable `dyn (Trait1 + Trait2)` for arbitrary traits. If `Trait1` has multiple supertraits, you can upca...
github.com RFC 3324 RFC 2022-12-10 ~14 min read
## Summary [summary]: #summary This RFC aims at providing rustdoc users the possibility to add visual markers to the rendered documentation to know under which conditions an item is available (currently possible through the following unstab...
github.com RFC 3631 RFC 2022-12-07 ~9 min read
## Summary [summary]: #summary We should start working on a Rust specification. ## Goal of this RFC The goal of this RFC is to reach consensus on: - Whether we want a specification, and (if so), - Some initial goals and non-goals, and - How...
github.com RFC 3355 RFC 2022-12-06 ~8 min read
"I think the security of the internet is incredibly important obviously and I want it to be secure and I think bringing rust there is absolutely going ..."

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.