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 |