Can someone explain the special syntax behind String constants in Rust?
```
static COLOR: &'static str = "red";
```
Why is it so different from numeric constants?
```
static SIZE : usize = 999;
```
@rustlang
-
-
Nice! `static COLOR : &str = "red"` reads much better.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.