rustbites
rustbites @rustbites ·
Tired of checking .last() then calling .pop() separately on a Vec? Vec::pop_if combines both — pop the last element only if it matches your predicate. One call, no awkward unwrap. Stabilized in Rust 1.86. #rustlang
1
1
Justin
Justin @az_rain_dust ·
Rust is what happens when a programming language refuses to let you build garbage. Blazing fast, memory-safe, fearless concurrency, and a compiler that catches the kind of bugs that would waste your entire weekend in C++. #rustlang #rust #programming #softwaredevelopment #coding
8
Deep Thakkar
Deep Thakkar @Deep_thakkar_02 ·
Week 02 — Solana India Fellowship 🚀 Covered Box, Rc, RefCell and concurrency in Rust (threads, channels, Mutex, Arc). Nice brush up on fundamentals — ownership, shared state, synchronization. Completed the assignments. Looking forward to Week 03 👀 #rustlang #web3 #solanaq
17
rustbites
rustbites @rustbites ·
Three nested if-lets just to match two Options and a bool. Rust 1.88 fixes this. Let chains let you &&-chain let bindings and bool guards in one if — each binding is in scope for the rest. #rustlang
4
Minoru OSUKA
Minoru OSUKA @minoru_osuka ·
Laurus v0.7.0 is out! Following Python, Node.js, and WebAssembly, I’ve added Ruby bindings. You can now try hybrid search combining lexical search (BM25) and vector search (HNSW) directly from Ruby. Note: Currently supported on Linux and macOS only. #Ruby #RustLang #LexicalSearch #VectorSearch #HybridSearch #RAG Repository: github.com/mosuka/laurus Document: mosuka.github.io/laurus
GitHub - mosuka/laurus: Lexical Augmented Unified Retrieval Using Semantics

Lexical Augmented Unified Retrieval Using Semantics - mosuka/laurus

From github.com
1
137
Minoru OSUKA
Minoru OSUKA @minoru_osuka ·
Laurus v0.7.0 をリリースしました。 Python、Node.js、WebAssembly に続き、Ruby のバインディングを追加しました。レキシカル検索(BM25)とベクトル検索(HNSW)を組み合わせたハイブリッド検索を Ruby でもすぐに試せます。 ※ 現時点では Linux と macOS のみ対応しています。 #Ruby #RustLang #LexicalSearch #VectorSearch #HybridSearch #RAG Repository: github.com/mosuka/laurus Document: mosuka.github.io/laurus/ja/
GitHub - mosuka/laurus: Lexical Augmented Unified Retrieval Using Semantics

Lexical Augmented Unified Retrieval Using Semantics - mosuka/laurus

From github.com
111
Nishal K
Nishal K @Etainment2 ·
Replying to @Etainment2
If you want to read the extraction standard or download the alpha binaries for Windows/Mac/Linux, check out the repository here. Built with Rust, Svelte, and Astro. github.com/nishal21/Sigil… #RustLang #Svelte #Cybersecurity #AI
GitHub - nishal21/Sigil-extractor: A zero-knowledge cryptographic steganography engine for AI...

A zero-knowledge cryptographic steganography engine for AI dataset licensing. Built in Rust. - nishal21/Sigil-extractor

From github.com
26