← Topics

Rust Programming Language

β€” members
21 tweets
Columns:
# Tweet User Followers Views β–Ό Ratio Engagement Posted
1
[image]
@AstraKernel βœ“ 6.5K 15.4K 2.4x 171 Feb 20
2
[image] Rust 1.94.0 is out! πŸ¦€πŸŽ‰πŸš€ ⭐ One of my favorite changes in this release: "CARGO_BIN_EXE_<name>" variable is now available at runtime, not just at build time. πŸ’― Helps with CLI testing by exposing the path of compiled binary ➑️ Full changelog:
@orhundev βœ“ 7.4K 14.9K 2.0x 161 Mar 5
3
[image] Open sourced solroute πŸ¦€ A high performance Rust DEX routing + execution engine for @solana β€’ 7 DEXs supported β€’ 3.3M+ pools β€’ Multi hop routing (1–4 hops) β€’ Exact on chain quote math (no routing APIs or price oracles) β€’ Builds, simulates & executes versioned
@anshu_code βœ“ 2.7K 9.7K 3.6x 119 Jul 13
4
[video] Add beautiful progress bars to your Rust terminal app! πŸ¦€ 🐁 ratatui-braille-bar β€” Braille-style bars for @ratatui_rs 🎨 Smooth, high-resolution bars with peaks & spinners using Unicode braille ⭐ GitHub: #rustlang #ratatui #tui #ui #terminal
@orhundev βœ“ 7.6K 9.4K 1.2x 81 Mar 24
5
[text] Rewrite from Zig to Rust > A large percentage of bugs from that list are use-after-free, double-free, and "forgot to free" in an error path. >2% - 5% faster > Reduced stack space usage
@AstraKernel βœ“ 6.4K 8.7K 1.4x 56 Jul 9
6
[image] πŸ€– Another Rust Rewrite using LLM - Meta Ports React Compiler to Rust for Faster Builds and Tighter Toolchain Integration
@AstraKernel βœ“ 6.5K 6.9K 1.1x 21 Jul 28
7
[video] Now you can add loading animations to your Rust terminal app! πŸ¦€ ⏳ tui-skeleton β€” Animated skeleton loading widgets for @ratatui_rs apps ⚑ Show placeholders with smooth animations while your data loads ⭐ GitHub: #rustlang #ratatui #tui #widget
@orhundev βœ“ 7.6K 6.7K 0.9x 69 Apr 1
8
[image] Found a Rust library to send messages between threads! πŸ¦€ πŸŒ€ flume β€” A safe and fast multi-producer, multi-consumer channel. πŸ’― Drop-in replacement for std::sync::mpsc with MPMC support and async APIs ⭐ GitHub: #rustlang #rust #concurrency
@orhundev βœ“ 7.5K 6.7K 0.9x 150 Mar 11
9
[image] Solana indexers shouldn’t die silently when gRPC connections drop. Shipped auto-reconnect for Yellowstone Vixen β€” 500ms backoff Γ— 2.0 exponential, 10 retries, ~4 min coverage before giving up. Forced disconnects on mainnet. Reconnected. Zero missed events. v0.7.0
@AdityaPlusp βœ“ 1.4K 6.6K 4.6x 33 Jun 30
10
[image] Been building and testing a delta neutral funding arbitrage engine in Rust πŸ¦€ Over the past ~20 days, I've been testing it across two live pairs, generating an annualized funding yield of ~40% APR during the test period Currently supported 5 perpetual venues: @HyperliquidX β€’
@anshu_code βœ“ 2.7K 5.6K 2.1x 85 Jul 19
11
[image] solroute update πŸ¦€ Added support for @solana 3 major bonding curves: β†’ @Pumpfun β†’ @bonkfun / Raydium LaunchLab β†’ @MeteoraAG DBC You can now quote + execute swaps before tokens graduate β€’ 7 β†’ 10 supported venues β€’ Exact on chain quote math β€’ On chain simulation
@anshu_code βœ“ 2.7K 4.3K 1.6x 61 Jul 30
12
[image] From user to contributor to maintainer it’s been a long journey. Grateful to the @triton_one team and @espicodes for the trust. Open source gave me everything; time to give back. πŸ¦€ Best ecosystem for devs. merged first PR as a maintainer.
@AdityaPlusp βœ“ 1.4K 4.3K 3.0x 39 Jun 18
13
[image] Make @solana replayable again. πŸ”΄ @Sam0xSol just shipped jetstreamer 0.7.0 work-stealing, a proper TUI, and it finally shrugs off R2’s throttling. The fun part: yellowstone-vixen wires jetstreamer in as a replay source. Point it at any old mainnet epoch and it streams
@AdityaPlusp βœ“ 1.5K 3.7K 2.6x 32 Aug 10
14
[image] Most of you are familiar with Cow in Rust if you truly know it, trust me, you’re deep into Rust πŸ¦€ Cow = Clone on Write β€” it borrows by default, only clones when you actually mutate. Zero-cost if you never touch it. β†’ Your function might modify data but usually doesn’t β†’ You
@AdityaPlusp βœ“ 1.4K 3.3K 2.3x 45 Jun 18
15
[image] Vixen is migrating to Shipstern yellowstone-vixen 0.8.0 renames the project and rewrites the protobuf wire packages: vixen.* β†’ shipstern. Heads-up: the loud break is UNIMPLEMENTED on the old gRPC path. The quiet one bites harder
@AdityaPlusp βœ“ 1.4K 1.0K 0.7x 17 Aug 8
16
[image] Size prefix was only a modifier, so you couldn’t nest it. it’s a type node now, like fixed size already is: option(size_prefix(string, number(u8))) the prefix can go positional or named. size prefix isn’t a special case anymore. tldr: one piece of code can now be reused in more
@AdityaPlusp βœ“ 1.5K 782 0.5x 14 Jul 29