The Rust standard library now has an `mpmc` (multiple-producer, multiple-consumer) channel! Check out the PR here: https://t.co/k0CtilQEwB
#rustlang#opensource
Reference to mutable static is not allowed anymore in Rust even within an unsafe block or function in the 2024 edition, because it can lead to undefined behavior. Alternatively, you can use `SyncUnsafeCell` instead.
Check out my PR: https://t.co/AoqegYoc4s
#rustlang
My first three PRs to rust compiler has been merged.
Thank you @compiler_errors for being such an awesome reviewer and mentor.
PRs:
https://t.co/LIIoQyO6Pb
https://t.co/CSb54rDGPs
https://t.co/FLIm0yMtjC
#rustlang#rust#opensource
بديت دورة أشرح فيها لغة البرمجة @rustlang
رفعت إلى الآن ثلاث دروس، شرحت فيها تثبيت أدوات اللغة ثم بديت بالمتغيرات والثوابت ثم تطرقت لكتابة الدوال.
راح أشرح اللغة كاملة بإذن الله، أحتاج دعمكم بالنشر 🦀
https://t.co/nkX9P8UTZI
#rustlang#برمجة#كود#هندسة_البرمجيات