Skip to content

Ehsan's Blog

  • Home
  • About
  • Projects

Tag: rust

Rust std study series: VecDeque

Continuing from Rust standard library study series, it's time for VecDeque<T>. Because of its similarity to Vec, there isn't much to say. A double-ended queue implemented with a growable ring buffer. The "default" usage of this type as a queue is to use push_back to add to the queue, and pop_front to remove from the … Continue reading Rust std study series: VecDeque →

Ehsan Rust Leave a comment April 28, 2019May 14, 2019 1 Minute

Follow Me

  • Twitter
  • LinkedIn
  • GitHub

Subscribe by email

Recent Posts

  • Announcement 📢 Releasing dlpackrs
  • Announcement 📢 Releasing smartalloc
  • The most influential book I have ever read
  • How to have an honest self-evaluation
  • Collaboration era: C/C++ “+” Rust

Archives

Categories

  • RSS - Posts
  • RSS - Comments
 

Loading Comments...