codinginrust's profile picture. Learn more about #rustlang ๐Ÿฆ€

Coding in Rust ๐Ÿฆ€

@codinginrust

Learn more about #rustlang ๐Ÿฆ€

Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

System calls are the interface between the user space and the kernel. They are needed for fundamental things like reading a file, and making a network call. But they are also very expensive because they need to do things like saving/restoring registers, page table, stack. Moreโ€ฆ

abhi9u's tweet image. System calls are the interface between the user space and the kernel. They are needed for fundamental things like reading a file, and making a network call. But they are also very expensive because they need to do things like saving/restoring registers, page table, stack.

Moreโ€ฆ

Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

Rustโ€™s standard library collections are the backbone of efficient, real-world apps. From Vec to HashMap, hereโ€™s your essential guide to mastering them. Read here: masteringbackend.com/posts/collectiโ€ฆ Author: { @zara_tech006 } #masteringbackend #RustLang #RustCollection #RustProgramming


Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

Discover why #RustLang is the right choice for building #LowLatency systems: not just for codeโ€™s performance, but also for productivity & developer joy. ๐ŸŽง #InfoQ #podcast w/ @andrewlamb1111 ๐Ÿ‘‰ bit.ly/4fY3A9y #AI #ProgrammingLanguages #Performance #Concurrency #DevEx

InfoQ's tweet image. Discover why #RustLang is the right choice for building #LowLatency systems: not just for codeโ€™s performance, but also for productivity & developer joy.

๐ŸŽง #InfoQ #podcast w/ @andrewlamb1111 ๐Ÿ‘‰ bit.ly/4fY3A9y

#AI #ProgrammingLanguages #Performance #Concurrency #DevEx

Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

Rustโ€™sย .map is cool ๐Ÿฆ€ #rust #rustlang #programming

rustaceans_rs's tweet image. Rustโ€™sย .map is cool ๐Ÿฆ€

#rust #rustlang #programming

Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

Every developer I show Rust enums to says the same thing: "Wait, enums can do THAT?" Here's what they discovered blog.cuongle.dev/p/rust-enum-isโ€ฆ


Rust Tip of the day rustup update stable upgrades rustc and cargo to latest stable versions #rustlang


Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

๐ŸŽ‰ New release: dvcdbg v0.2.1 Easier debugging for Embedded Rust! Now you can writeln! over serial on Arduino Uno and beyond โœจ โœ… adapt_serial! macro โœ… IยฒC bus scanner โœ… no_std, HAL 0.2 / 1.0 support ๐Ÿ”— crates.io/crates/dvcdbg ๐Ÿ”— github.com/p14c31355/dvcdโ€ฆ #Rust #Embedded

k1y6k's tweet image. ๐ŸŽ‰ New release: dvcdbg v0.2.1

Easier debugging for Embedded Rust!
Now you can writeln! over serial on Arduino Uno and beyond โœจ
โœ… adapt_serial! macro
โœ… IยฒC bus scanner
โœ… no_std, HAL 0.2 / 1.0 support

๐Ÿ”— crates.io/crates/dvcdbg
๐Ÿ”— github.com/p14c31355/dvcdโ€ฆ
#Rust #Embedded

Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

5/ pgsqlite v0.0.15 PostgreSQL compatibility + SQLite speed Built with Rust 1.89 ๐Ÿ“ฆ github.com/erans/pgsqlite Don't forget to โญ๏ธ


The presented methods can also be used to generate flame graphs for other applications written in C or Rust. jnidzwetzki.github.io/2025/07/05/posโ€ฆ


Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

Rust 1.88.0 stabilizes `#[unsafe(naked)]` &`naked_asm!` for naked functions,enabling handwritten assembly for low-level tasks like OS & embedded systems.Offers better ergonomics,name mangling,and generics support over `global_asm!`๐Ÿฆ€ #rustlang #programming blog.rust-lang.org/2025/07/03/staโ€ฆ


Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

Rule 3: "Eat less often" Sinclair skips breakfast. Sometimes lunch. Not for weight loss, for cellular survival. Intermittent fasting activates AMPK and sirtuins, turning on the body's longevity pathways.


Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

I'm excited to share my latest @ratatui_rs project! ๐ŸŽ‰๐Ÿฅณ ๐ŸŽธ Tuitar โ€” a tiny guitar tuner. ๐Ÿฆ€ Powered by embedded Rust & Ratatui (running on ESP32) ๐Ÿšง Work-in-progress, building it live: youtube.com/@orhundev โญ GitHub: github.com/orhun/tuitar #rustlang #ratatui #tuiโ€ฆ


Coding in Rust ๐Ÿฆ€ ๋‹˜์ด ์žฌ๊ฒŒ์‹œํ•จ

Been cooking this for a while... The new version of git-cliff is out!!โ›ฐ๏ธ๐ŸŽ‰ ๐Ÿฆ€ A customizable Changelog Generator written in Rust! ๐Ÿš€ Added submodule support, new config options & more! ๐Ÿ‘• I'm celebrating 10k stars with a giveaway! โžก๏ธ Details: git-cliff.org/blog/2.9.0 โญโ€ฆ


United States ํŠธ๋ Œ๋“œ

Loading...

Something went wrong.


Something went wrong.