rust-lang / this-week-in-rust

Data for this-week-in-rust.org
https://this-week-in-rust.org/
2.19k stars 1.16k forks source link

rust walkthroughs - vector traits, polymorphic inputs, monomorphizati… #6121

Closed orxfun closed 6 days ago

orxfun commented 1 week ago

…on and the orx-v crate

An article that discusses the requirement for vector traits and motivation behind the orx-v crate that provides the abstraction to unify the vectors.

https://orxfun.github.io/orxfun-notes/#/v-for-vectors-2024-11-18