Rust 1.37.0 has been released
Among the innovations: It is now allowed to reference enum variants through type aliases, for example, via Self. cargo vendor is now included in the standard distribution. With cargo vendor, you can explicitly download and use a full copy of all source codes of all dependencies. This is useful for companies with monorepositories that want to store and analyze all the source code used in […]
