Feb 15 · 9 min read · What is Rust 🦀 I've been diving into Rust lately, and it has been quite an adventure. Rust runs as fast as C/C++ but catches many bugs before your code even runs. When I first started, something clicked for me pretty quickly: Rust isn't really hard...
Join discussion
Jan 2 · 7 min read · So I’ve been a Go developer for a while now, and I recently decided to dive into Rust cuz I will definitely need it in my role as a blockchain engineer to write smart contracts. Everyone keeps talking about it, and I figured it’s time to see what all...
Join discussion
Dec 10, 2025 · 12 min read · theme: juejin 关于本Rust实战教程系列: 定位:一份从Rust基础迈向项目实战的练习记录。 内容:聚焦实战中遇到的具体问题、解决思路与心得总结。 读者:适合有Rust基础,但急需项目经验巩固知识的开发者。资深玩家可忽略。 计划:本期为系列首篇,将根据我的学习进度持续更新。 简要说明 Rust命令行工具(CLI)用于查询当前文件夹下文件的功能,支持一些常用功能:查询、排序、过滤、统计分析等 需求拆解 列出当前文件夹下的所有文件和文件夹(不递归/递归可选)。 支持...
Join discussionJul 3, 2025 · 2 min read · Pardon me for using low level english I initially started using rust 1 week ago. But the query is why did i start as the review of this language in the developer market is very bad. Also it takes a lot of time to learn which is mostly very vague stat...
Join discussionJul 3, 2025 · 11 min read · So, I recently signed up for the HackQuest Eclipse track, and that’s when I decided to take the plunge and start learning Rust. At first? Smooth sailing! The theoretical part made sense, and I was like, “Okay, I got this.” Then... came the technical ...
Join discussion
Jul 1, 2025 · 6 min read · ℹ Learning difficulty: Begginer (feel free to skip if not new to programming) In any programming language, expressions are the most basic units of computation - fragments of code that produce a value. Whether you're writing a large system or a smal...
Join discussion
May 9, 2025 · 2 min read · Hi, I want to focus on why you might be interested in learning Rust in this short article. If you're reading this, you may already be interested in learning Rust. However, if not, I understand you. I am also very skeptical about learning new technolo...
Join discussion
Mar 28, 2025 · 5 min read · Welcome to Rust! In this series, we'll cover the basics of Rust programming, starting from installation and setup to writing and running your first program. We'll also cover key data types, variables, and basic operations with examples and edge cases...
Join discussion
Nov 26, 2024 · 4 min read · Unfortunately, today I had very little time to dive into interesting topics. I spent some time on a side project (which I’ll probably write about in the coming days), worked on my day job, and did some sports. Still, my focus remains on Deno, Rust, a...
Join discussion