Menu

#Rust

Suggested profile:👤 rust

594 posts

Feed·
20 of 594 posts
I Built a Production-Oriented Multi-Provider AI Chatbot in Rust — Here's How
🖼️
0

I Built a Production-Oriented Multi-Provider AI Chatbot in Rust — Here's How

DEV Community: ai·mihir mohapatra·2 days ago
#1uYVvt57
#dev#fullscreen#provider#rust#enter#article

A deep dive into building a Rust + Axum + Tokio backend that talks to Claude, OpenAI, and Ollama through a clean provider abstraction, with a Web UI and Docker support.

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/yehors·2 days ago
#MC2IZYmX

Repo: https://github.com/RustedBytes/manifold-knn Currently I am creating software using egui to view point clouds (PCD, PLY, etc) and for some operations integrated manifold-knn backend instead of kd-tree's.…

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/QuarterOverall5966·2 days ago
#MsmEunG1

Built Vakh using Rust + Tauri. Fully offline STT that injects typed text into any Windows app using native SendInput API. ⚡ Status: BETA (works great, occasionally hilarious) Tech stack: - whisper-rs for inference (tiny.en model) - webrtc-vad for voice…

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/Chaoses_Ib·2 days ago
#UKGTpiOr

Example: ```rust use windows_reactor::*; fn main() -> Result { App::new().title("sample").render(app) } fn app(cx: &mut RenderCx) -> impl Into { let (count, set_count) = cx.use_state(0); let click = move || set_count.call(count + 1); vstack((…

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/tertsdiepraam·2 days ago
#KOrptzQ7

Hi! We published this post yesterday about Roto, a statically-typed and compiled scripting language for Rust applications. It's been public for a year now and a lot has happened since we first published it! Feel free to ask me about it!…

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/r14dd·2 days ago
#8ZpEFNAR

I’ve been working on a library for RAG systems called quorumrag. The core issue I wanted to solve was "retriever confidence." In most RAG pipelines, you have one retriever, and if it grabs a bad chunk, the LLM hallucinates.…

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/horace_h·2 days ago
#YzcR611q

Hi, I've been building Keel, a statically typed interpreted programming language written in Rust (currently in alpha), that tries to combine Rust-like syntax with Python's ease of use.…

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/TopInternational7377·2 days ago
#gaXSzjo5

This is a really simple project I created to learn wgpu. It allows drawing different types of objects, so I can easily draw, say, a batch of rectangles and a batch of triangles, with different pipelines and shaders.…

15s
Read More
📰
0

Reddit - Please wait for verification

The Rust Programming Language·/u/maknobush·2 days ago
#X8Q0eCFV

I was thinking how most of my code usually is just: rust if let Some(x) = x {} which is fine, but i kept thinking "i could actually make some of these into compile-time checks".…

15s
Read More