Search code examples
How do I cast a *mut T to a *mut [T]?...


pointersrustslice

Read More
Is aliasing &mut T in Cell<T> undefined behaviour?...


rustundefined-behavior

Read More
Rust says trait From<i32> isn't implemented...


rusttraits

Read More
How should I free a C# byte[] allocated in Rust?...


c#rustffi

Read More
Is binding-level mutability necessary for a borrow checker, or could Rust have supported type-level ...


rustlanguage-design

Read More
Rust best practices when specifying a constant hash map...


rusthashmap

Read More
Force "shallow equality" of a type by comparing pointers in a type's `PartialEq` insta...


rust

Read More
Cargo ignores custom, HTTP registry...


linuxhttprustregistryrust-cargo

Read More
How to access user agent in Rust Axum's ConnectInfo custom impl?...


rustrust-axum

Read More
Rust cortex-m-rt / RTIC firmware builds an empty ELF (0x00010000 start, ~150 bytes) — memory.x not a...


rustembeddedrust-cargocortex-mstm32h7

Read More
GTK4 App in Rust: How to add application icon (gresource)?...


rusticonsgtk4

Read More
How to Create a File Tree in GTK-RS/Relm4?...


listviewrustgtkgtk-rsfiletree

Read More
"lifetime may not live long enough" error while implementing a parser combinator library...


rust

Read More
Can I shadow a const binding with a local variable?...


rustconstantslet

Read More
Is Option compiled to a runtime check or an instruction jump?...


rustcompiler-optimization

Read More
Detect leaking of private types which are only public in their module...


rustmoduleprivatepublic

Read More
How to return a reference to an Rc<RefCell<HashMap<K, V>> value?...


rustborrow-checkerrefcell

Read More
How do I place a Dynamically-Sized-Type in an Rc?...


rust

Read More
Avoiding dependencies when using Rust traits...


rust

Read More
How to handle path on Windows WSL2 in rust?...


rustpathwindows-subsystem-for-linux

Read More
Is data race between processes UB?...


rustundefined-behavior

Read More
Why does the memory order need to be Acquire in a single consumer linked-list queue when comparing p...


c++rustlanguage-lawyeratomic

Read More
Using `AsyncFnOnce` with `tokio::spawn`...


rustrust-tokio

Read More
What API design choices exist for a struct that must be pinned?...


rust

Read More
How can I safely initialise a constant of type `NonZeroU8`?...


rustconstants

Read More
How to reuse Tokio runtime in Rust FFI library...


rustffirust-tokio

Read More
Do lifetime parameters have any effect on memory layout?...


rust

Read More
How to get multiple mutable references to elements in a Vec?...


vectorrustreferenceborrow-checkerborrowing

Read More
How to switch between Rust toolchains?...


rustrustup

Read More
Issue with Rust macro expansion in editor: proc-macro server's api version is newer than rust-an...


rustneovimrust-proc-macrosrust-analyzerrustup

Read More
BackNext