Vector in Rust

Vector is a core collection in Rust. Vector(Vec) can be used for storing a list of values or even if you need a Stack – it’s your data type… Read more

Similar

You’re Allowed to Write Slow Rust Code

There's a thing that comes up from time to time in the Rust community: people wanting to optimize their code. Make the code run faster. Make it allocate less memory. These are worthy goals, but maybe not necessary for all projects. Just because your progr... (more…)

Read more »

Fish has been ported to Rust

These are the draft release notes for fish 4.0.0. Like this release of fish itself, they are in beta and are not complete. Please report any issues you find. fish’s core code has been ported from C... (more…)

Read more »