#rust
Read more stories on Hashnode
Articles with this tag
Building an LLM or AI infrastructure in Rust can offer several benefits despite Python’s dominance in the AI space. Performance: Rust is known for...
This is part guide, part post about what you should consider before building a new CLI app in Rust. Before jumping into a cargo new and hitting it,...
The ability to pick compile time features in Rust can allow you to improve the performance, size, maintainability, safety, and portability of your...
Recon is an open source tool built in Rust 🦀, with great performance and ergonomics for finding files. You might want to: Run some validations or...
Tauri is similar to Electron in general. The principles are the same: build apps quickly by using Javascript for doing most of the app / UI...
Pop quiz: how do you run your daily tasks? If you have a moderately large React project or a project in Go, or any other kind of language, you...