12
"AI" audit of rust stdlib
(github.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
The new
Iterstruct basically mirrors slice's Iter, but with poiners/pointer arithmetic used for everything (the newnext()impl).PhantomDatais used in both to track the lifetime of the data pointer.