List Question
20 TechQA 2024-03-19T02:31:31.933000How to deal with UnsafeMutableBufferPointer?
33 views
Asked by mbc
How to best parallelize code modifying several slices of the same Rust vector?
97 views
Asked by Yossi Kreinin
What would be a Rust idiomatic way to have a vector of traits with aliases for individual vector items?
76 views
Asked by rockerbacon
Pinning a fixed array of strings and getting char* for each index
37 views
Asked by totalZero
UnsafeCell getting mutable reference from a function: cannot return reference to a temporary value
41 views
Asked by Some Name
Microsoft Defender SmartScreen Edge marked our site as phishing site
82 views
Asked by Muhammad Nauman
RESTful framework class field is safe or unsafe
36 views
Asked by Air Wei
Downcasting Rc<A> to Rc<B> if A == B
94 views
Asked by Cecile
Getting a pointer to a value type on the heap that updates when gc moves the value
39 views
Asked by patvax
Storing Zero-Sized type instance into a null pointer
76 views
Asked by Some Name
Rust tell the compiler to not trust the registers?
71 views
Asked by Sxmourai
Are yew.rs hooks sound or unsound?
73 views
Asked by Gerrit
How to convert a `Vec<u8>` to a different struct, and dropping Vec, whilst having ownership on other struct
136 views
Asked by Sxmourai
Where did I go wrong with my unsafe doubly linked list?
71 views
Asked by Noah
How can I add pointers as a field in a class in c#?
58 views
Asked by Ai-Nerd
Pin<&mut MaybeUninit<T>> into Pin<&mut T>
82 views
Asked by kalkronline
Why doesn't std::cell::Ref use a reference instead of NonNull?
207 views
Asked by ChrisB
How do I construct an instance of a DST struct whose size is only known at runtime?
187 views
Asked by Bernard
Is it possible to have a generic Rust T be always heap allocated?
124 views
Asked by Yuri Astrakhan