Chrome security track proves that safe C++ programs are impossible
https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=chrome
@rust_code
https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=chrome
@rust_code
cve.mitre.org
CVE -
Search Results
Search Results
The mission of the CVE™ Program is to identify, define, and catalog publicly disclosed cybersecurity vulnerabilities.
😁7😢2👍1
Faster linking times on nightly on Linux using `rust-lld` | Rust Blog
https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html
@rust_code
https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html
@rust_code
🔥4👍3❤1
⚡️ Makepad-stitch: WAS интерпретатор в Rust, 15 кбит/с, 0 операций в секунду, быстрее, чем wasm3
https://github.com/makepad/stitch
@rust_code
https://github.com/makepad/stitch
@rust_code
GitHub
GitHub - makepad/stitch: Stitch is an experimental Wasm interpreter written in Rust that is designed to be very fast and lightweight.
Stitch is an experimental Wasm interpreter written in Rust that is designed to be very fast and lightweight. - makepad/stitch
🤣8👍5🤡3
Инструмент, который добавит компоненты для ваших терминальных приложений на Rust.
https://github.com/warpy-ai/rustubble
@rust_code
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - warpy-ai/rustubble: Beautifull components for your terminal.
Beautifull components for your terminal. Contribute to warpy-ai/rustubble development by creating an account on GitHub.
👍7🥰3🕊2
komorebi — это расширение для Windows 10 и более поздних версий, превращающее диспетчер окон в тайловый оконный менеджер. Программа написана на языке Rust.
Пользователи могут настраивать сочетания клавиш и конфигурационные файлы.
Документация доступна для руководства по установке и настройке.
https://github.com/LGUG2Z/komorebi
@rust_code
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥12👍5❤2😐1
Why does T need to be Send for a Mutex to be Sync
https://github.com/Amanieu/parking_lot/blob/9dace42690f78bcf30f387ba42024bff4e8b6c18/lock_api/src/mutex.rs#L144
https://github.com/Amanieu/parking_lot/blob/9dace42690f78bcf30f387ba42024bff4e8b6c18/lock_api/src/mutex.rs#L144
GitHub
parking_lot/lock_api/src/mutex.rs at 9dace42690f78bcf30f387ba42024bff4e8b6c18 · Amanieu/parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives. - Amanieu/parking_lot
👍3🤨2🤮1
Performance: Pattern matching vs Dynamic Dispatch
https://github.com/tailcallhq/rust-benchmarks
@rust_code
https://github.com/tailcallhq/rust-benchmarks
@rust_code
GitHub
GitHub - tailcallhq/rust-benchmarks: Comparison between pattern matching and dyanmic dispatch in Rust
Comparison between pattern matching and dyanmic dispatch in Rust - tailcallhq/rust-benchmarks
👍5🕊1
Rust's iterators optimize nicely—and contain a footgun
https://ntietz.com/blog/rusts-iterators-optimize-footgun/
@rust_code
https://ntietz.com/blog/rusts-iterators-optimize-footgun/
@rust_code
❤5🕊2
What Rust Got Wrong on Formal Verification
https://gavinhoward.com/2024/05/what-rust-got-wrong-on-formal-verification/
https://gavinhoward.com/2024/05/what-rust-got-wrong-on-formal-verification/
Gavinhoward
What Rust Got Wrong on Formal Verification | Gavin D. Howard
I don't like Rust. I think it could be simpler. And because the creator of Rust wrote something recently, I thought it was time to lay out my vision.
Neovim + Ratatui = Markdown preview in the terminal! 😍
🦀 md-tui: Markdown renderer built with
@ratatui_rs
https://github.com/henriklovhaug/Preview.nvim
⭐ GitHub: https://github.com/henriklovhaug/md-tui
@rust_code
🦀 md-tui: Markdown renderer built with
@ratatui_rs
https://github.com/henriklovhaug/Preview.nvim
⭐ GitHub: https://github.com/henriklovhaug/md-tui
@rust_code
GitHub
GitHub - henriklovhaug/Preview.nvim: Neovim wrapper around MD-TUI
Neovim wrapper around MD-TUI. Contribute to henriklovhaug/Preview.nvim development by creating an account on GitHub.
👍8❤3🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
git clone https://github.com/sxyazi/yazi.git
cd yazi
cargo build --release
Все операции ввода-вывода в yazi выполняются асинхронно, задачи процессора распределяются между несколькими потоками, что позволяет максимально эффективно использовать доступные ресурсы.
yazi обеспечивает отмену задач и назначение внутреннего приоритета задач.
Имеет встроенную поддержку нескольких протоколов изображений, интегрирован с Überzug++, охватывая практически все терминалы.
@rust_code
Please open Telegram to view this post
VIEW IN TELEGRAM
👍32🔥16❤6
Avoiding Over-Reliance on mpsc channels in Rust
https://blog.digital-horror.com/blog/how-to-avoid-over-reliance-on-mpsc/
@rust_code
https://blog.digital-horror.com/blog/how-to-avoid-over-reliance-on-mpsc/
@rust_code
Juxhin ("Eugene") | Digital Horror
Avoiding Over-Reliance on `mpsc` channels in Rust - Juxhin ("Eugene") | Digital Horror
Thoughts and ideas on how to avoid over relying on `mspc` channels when simpler or more effective patterns can be used.
👍5❤1
https://github.com/Qiskit/rustworkx
@rust_code
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - Qiskit/rustworkx: A high performance Python graph library implemented in Rust.
A high performance Python graph library implemented in Rust. - Qiskit/rustworkx
🔥9❤🔥8🥰1
GxHash - an extremely fast hardware-accelerated non-cryptographic hashing algorithm (zero dependencies, no_std compatible)
https://github.com/ogxd/gxhash
https://github.com/ogxd/gxhash
GitHub
GitHub - ogxd/gxhash: Unsafely fast hashing algorithm 📈
Unsafely fast hashing algorithm 📈. Contribute to ogxd/gxhash development by creating an account on GitHub.
👍9🔥7❤2
Rust and dynamically-sized thin pointers
https://john-millikin.com/rust-and-dynamically-sized-thin-pointers
https://john-millikin.com/rust-and-dynamically-sized-thin-pointers
John Millikin
Rust and dynamically-sized thin pointers
👍4❤3
Speeding up rustc by being lazy
https://davidlattimore.github.io/posts/2024/06/05/speeding-up-rustc-by-being-lazy.html
@rust_code
https://davidlattimore.github.io/posts/2024/06/05/speeding-up-rustc-by-being-lazy.html
@rust_code
👍4