Rust 1.82 brings Cargo info subcommand
Briefly

With Rust 1.82, aarch64-apple-darwin for macOS is now a tier 1 target, ensuring that every code change must pass full tests across all such targets. This major enhancement solidifies its reliability and places it alongside other leading targets.
The new milestone for aarch64-apple-darwin indicates significant progress for the Rust project, establishing it on par with both 64-bit Arm Linux and x86 architectures—providing developers with enhanced stability and support for Mac-based applications.
The update introduces novel features like the use<..> syntax and new raw pointer capabilities, enhancing Rust's flexibility and usability while emphasizing the developer's responsibility in ensuring the correctness of extern blocks.
Rust 1.82 now considers certain attributes as 'unsafe', enhancing safety by obliging developers to declare their intention, thereby improving the language's approach to safety while allowing advanced usage of Rust's attributes.
Read at InfoWorld
[
|
]