Rust 1.59.0 रिलीज़
(blog.rust-lang.org)- Inline assembly सपोर्ट: लो-लेवल कंट्रोल और खास मशीन निर्देशों का उपयोग संभव
- x86, x86-64, ARM, AArch64, RISC-V सपोर्ट
- Destructuring assignment सपोर्ट: बाईं ओर tuple, slice, struct रखकर एक साथ assignment
(a, b) = (1, 2);
- Const Generic में default value सपोर्ट
- Debug जानकारी हटाकर stripped binaries बनाई जा सकती हैं
- Incremental Compilation डिफ़ॉल्ट रूप से निष्क्रिय
अभी कोई टिप्पणी नहीं है.