Questions Cast bytes::BytesMut to bytes::Bytes using unsafe code without using freeze byMRNovember 1, 2024
Questions UnsafeCell: How does it inform rustc to opt out of alias based optimizations? byMRAugust 18, 2023
Questions Design a trait in Rust with a mutable getter and an immutable getter and that implements the immutable getter by default byMRApril 5, 2023
Questions If I return a Vec buffer and a pointer to its internal data, is the pointer valid? byMRDecember 6, 2022