Declaring a global vector in rust

Does this suit your needs?

const STRINGS: &[&str] = &["str1", "str2"];
4 Likes