## Summary [summary]: #summary Make it possible to define custom smart pointers that work with trait objects. For now, it will only be possible to do this using a derive macro, as we do not stabilize the underlying traits. This RFC builds o...
High performance LOUDS (Level-Order Unary Degree Sequence) library
crate
v0.7.0
github.com
2024-04-29
Rust library for accessing USB devices.
crate
v0.9.4
github.com
2024-04-27
FFI bindings for libusb.
crate
v0.7.0
github.com
2024-04-27
Permutation testing for concurrent code
crate
v0.7.2
github.com
2024-04-23
Get the user home directory in a cross-platform way.
crate
v0.1.0
github.com
2024-04-22
A simple event-driven library for parsing WebAssembly binary files.
crate
v0.100.2
github.com
2024-04-21
## Summary [summary]: #summary This RFC proposes to run an experimental goal program during the second half of 2024 with nikomatsakis as owner/organizer. This program is a first step towards an ongoing Rust roadmap. The proposed outcomes fo...
High performance FID (Fully Indexable Dictionary) library
crate
v0.2.0
github.com
2024-04-14
A build dependency to build native libraries that use configure&make-style build systems
crate
v0.2.7
github.com
2024-04-08
Retrieve serde provided variant names for enum objects.
crate
v0.1.3
github.com
2024-04-06
## Summary [summary]: #summary This RFC adds `use<..>` syntax for specifying which generic parameters should be captured in an opaque RPIT-like `impl Trait` type, e.g. `impl use<'t, T> Trait`. This solves the problem of overcapturing and wi...
## Shorter temporary lifetimes in tail expressions - Feature Name: `shorter_tail_lifetimes` - Start Date: 2023-05-04 - RFC PR: [rust-lang/rfcs#3606](https://github.com/rust-lang/rfcs/pull/3606) - Tracking Issue: [rust-lang/rust#123739](http...
## Summary This RFC proposes merging the Crates.io team into the Dev tools team as a subteam. The membership of the Crates.io and Dev tools teams proper remain the same.[^subteam] [^subteam]: Note: Members of subteams are not automatically...
## Summary [summary]: #summary Beginning with the 2024 edition, reserve the syntax `#"foo"#`, as a way of future-proofing against future language changes. ## Motivation [motivation]: #motivation [RFC 3101](https://github.com/rust-lang/rfcs/...
## Summary [summary]: #summary Allow importing associated functions and constants from traits and then using them like regular items. ## Motivation [motivation]: #motivation There has for a long time been a desire to shorten the duplication...
Safe interface for oboe an android library for low latency audio IO
crate
v0.6.1
github.com
2024-03-03
Unsafe bindings for oboe an android library for low latency audio IO
crate
v0.6.1
github.com
2024-03-03
# Summary [summary]: #summary Tweak the behaviour of `?` inside `try{}` blocks to not depend on context, in order to work better with methods and need type annotations less often. The stable behaviour of `?` when *not* in a `try{}` block is...
Run a command as root (sudo)
crate
v1.2.0
github.com
2024-02-20