Skip to content

Commit e232abb

Browse files
authored
Add entry to "A length-indexed Vector in Rust"
I stumbled on this post about a technique to construct a kind of vector whose size is a compile-time constant.
1 parent d24d1cc commit e232abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

draft/2025-02-19-this-week-in-rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ and just ask the editors to select the category.
4343

4444
### Rust Walkthroughs
4545
* [Rust in Audio: Collections](https://www.youtube.com/watch?v=wFiMtYtHss8&t=11s)
46+
* [A length-indexed Vector in Rust](https://rvarago.github.io/a-length-indexed-vector-in-rust/)
4647

4748
### Research
4849

0 commit comments

Comments
 (0)