summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_std_option.md
blob: f2efdb9b5b81328963cde45e6a5f343efbdb0f9f (plain)
1
2
3
4
5
## Rust now has a a standard option

Rust calls these `editions`, however, meson generally refers to such language
versions as "standards", or "std" for short. Rust uses "std" to keep normalize
it with other languages.