Unsafe
Posts
Building a Safe API for Vec Splitting in Rust
A deep dive into creating a safe API to split a Vec into initialized elements and reserved capacity, exploring the boundaries of Rust's type system.
A deep dive into creating a safe API to split a Vec into initialized elements and reserved capacity, exploring the boundaries of Rust's type system.