Skip to content

Instantly share code, notes, and snippets.

@jlgerber
Created July 31, 2018 13:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlgerber/55be14ec63d0141249affc3124701d04 to your computer and use it in GitHub Desktop.
Save jlgerber/55be14ec63d0141249affc3124701d04 to your computer and use it in GitHub Desktop.
static array of string literals - rust
const BROWSERS: &'static [&'static str] = &["firefox", "chrome"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment