Code Snippets

Tag: Vec

Sort Vec by Key in Rust

Sort a Vec of structs by one field using sort_by_key.

Author: chris