blob: 5b1ba3d5280a17cd2e8453aa6146077d2e9db017 (
plain)
1
2
3
4
5
|
## 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.
|