meson/docs/markdown/snippets/rust_std_option.md

6 lines
238 B
Markdown

## Rust now has an `std` option
Rust calls these `editions`, however, Meson generally refers to such language
versions as "standards", or `std` for short. Therefore, Meson's Rust support
uses `std` for consistency with other languages.