Search code examples
Is there a sound way to convert/transmute from Arc<String> to Arc<Vec<u8>>...

rustautomatic-ref-countingunsafe

Read More
Returning data from a static (non-capturing) lambda...

c#.netunsafe

Read More
Are there any rust functions for wrapping an iterator that is dependent on a reference so the wrappe...

rustiteratorunsafestandard-library

Read More
Maximum length of byte[]?...

c#arraysbyteunsafe

Read More
Error when compiling Chromium on an M2 Macbook Air...

chromiumunsafeninjagn

Read More
How to init a Struct within a Enum in unsafe codes...

pointersruststructenumsunsafe

Read More
How to best parallelize code modifying several slices of the same Rust vector?...

rustparallel-processingborrow-checkerunsaferayon

Read More
Microsoft Defender SmartScreen Edge marked our site as phishing site...

microsoft-edgeunsafephishingsmartscreenmicrosoft365-defender

Read More
What would be a Rust idiomatic way to have a vector of traits with aliases for individual vector ite...

rusttraitsborrow-checkerunsafe

Read More
Dereferencing a pointer to a dropped value and the memory is still there...

rustunsafe

Read More
Why do I get the error "Unsafe code may only appear if compiling with /unsafe"?...

c#visual-studio-2008windows-ceunsafe

Read More
UnsafeCell getting mutable reference from a function: cannot return reference to a temporary value...

pointersrustlifetimeborrow-checkerunsafe

Read More
Downcasting Rc<A> to Rc<B> if A == B...

rustunsafe

Read More
Size of arrays in MemoryLayout.size in Swift...

arraysswiftunsafememory-layout

Read More
Storing Zero-Sized type instance into a null pointer...

pointersrustundefined-behaviorunsafe

Read More
How do I get the instance of sun.misc.Unsafe?...

javaunsafe

Read More
Where did I go wrong with my unsafe doubly linked list?...

rustlinked-listdoubly-linked-listunsafe

Read More
Pin<&mut MaybeUninit<T>> into Pin<&mut T>...

rustunsafe

Read More
Why doesn't std::cell::Ref use a reference instead of NonNull?...

rustlanguage-lawyerunsaferefcell

Read More
Why must fixed size buffers (arrays) be declared unsafe?...

c#arraysunsafefixedvalue-type

Read More
Unsafe code in C#...

c#unsafe

Read More
Is it possible to have a generic Rust T be always heap allocated?...

rustunsafe

Read More
Why does the Rust standard library have so much unsafe code?...

rustunsafe

Read More
Why am I getting "(exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)" when trying to map a v...

rustvulkanunsafe

Read More
More sound approach to designing a spline functor?...

pointersrustunsafetype-safety

Read More
What are best practices for `unsafe` functions in which only a small part of the code is actually do...

rustunsafe

Read More
How to pass array pointer using PInvoke from C# to C library...

c#cpointerspinvokeunsafe

Read More
What escapes to the heap?...

gomemory-managementunsafeunsafe-pointers

Read More
Dereferencing a *const Mutex panics...

rustunsafe

Read More
How to transmute a u8 buffer to struct in Rust?...

rustdata-structuresunsafe

Read More
BackNext