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

  • Collaboration era: C/C++ “+” Rust
  • Create your own programming language with Rust
  • Rust std study series: Pin
  • C/C++ vs. Rust
  • Rust std study series: alloc

Archives

Categories

  • RSS - Posts
  • RSS - Comments