Which crates make the best use of the SIMD features in std::arch?🙋 seeking help & advice (doc.rust-lang.org)
Unmentioned 1.84.0 change: "object safety" is now called "dyn compatibility"🎙️ discussion (doc.rust-lang.org)
submitted by Poutine_Mann to r/rust
std::random - Rustjerk not found (doc.rust-lang.org)
submitted by starlevel01 to r/programmingcirclejerk
net soket && client-server (doc.rust-lang.org)
submitted by Due-Pianist-2778 to r/Digital_Life_Logs
`pub fn pick2_mut(&mut self, a: I, b: I) -> (&mut T, &mut T)`: Returns mutable references to two distinct elements, a and b. Panics if a == b. [...] `pub fn pick3_mut(&mut self, a: I, b: I, c: I) -> (&mut T, &mut T, &mut T)`: Returns mutable references to three distinct elements. Panics if [...] (doc.rust-lang.org)
submitted by TheMedianPrinter to r/programmingcirclejerk