Request for unsafe code review

(cross-post from Reddit)

I thought I'd implement a copy of arrayvec which uses true Const Generics instead of a helper Array trait, and as I'm going I've been writing down the decisions and assumptions I make in blog post form.

The code is about 80% unsafe, so it'd be nice to have a second pair of eyes look over the blog post and/or crate.

The Blog Post:

The Code:

1 Like

The link to your blog post that is in the readme is broken.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.