meson/docs/markdown/snippets/rust_std_option.md

219 B

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.