## 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...
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...
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...
## 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]...
## 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...
## 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...
## 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....
## 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...
## 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...
## `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...
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