this post was submitted on 30 Jul 2023
12 points (100.0% liked)
Rust
5953 readers
11 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@Arbitrary I did this a while ago, you might find it useful. It abandons the more traditional vector concept of sequential insert, so that
remove()
can be implemented. https://github.com/Alonely0/LarivNeat work, I'll be sure to take a peek later.