Skip Navigation
Rust

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Members
7,124
Posts
994
Active Today
7
Created
2 yr. ago
  • Rust @programming.dev
    SorteKanin @feddit.dk

    OpenAI is Ditching TypeScript to Rebuild Codex CLI with Rust

  • Rust @programming.dev
    cm0002 @lemmy.world

    Grab, the leading superapp in Southeast Asia, recently rewrote its "Counter Service" using Rust, achieving significant efficiency gains and proving the language's power for high-performance

    engineering.grab.com Counter Service: How we rewrote it in Rust

    The Integrity Data Platform team at Grab rewrote a QPS-heavy Golang microservice in Rust, achieving 70% infrastructure savings while maintaining similar performance. This initiative explored the ROI of adopting Rust for production services, balancing efficiency gains against challenges like Rust’s s...

    Counter Service: How we rewrote it in Rust
  • Rust @programming.dev
    Nemeski @lemm.ee

    Announcing the Clippy feature freeze

  • Rust @programming.dev
    Async Thoughts @mastodon.social

    ☕ Built LogSniff: a CLI that parses logs, exports to CSV, runs Python ML, and plots anomalies.

    ☕ Built LogSniff: a @rust CLI that parses logs, exports to CSV, runs Python ML, and plots anomalies.
    Next up: real-time alerts & regex rules.
    Because fragile stacks deserve a sip & a side-eye.

    RustLang #CyberSecurity #CLItools #MLops #TeaDrivenDev 🫖🦀📊

  • Rust @programming.dev
    cm0002 @lemmy.world
  • Rust @programming.dev
    Async Thoughts @mastodon.social

    You ever write a game where the player walks into a dungeon, gets punched in the face by a goblin, drinks a healing potion like it’s chamomile, and keeps going like nothing happened?

    You ever write a @rust game where the player walks into a dungeon, gets punched in the face by a goblin, drinks a healing potion like it’s chamomile, and keeps going like nothing happened?

    Because I just did.

    Structs, enums, and reckless bravery: the perfect tea blend.
    🧌✨🫖

    RustLang #TeaPoweredCoding #TextAdventure #buildinpublic #TerminalGaming

  • Rust @programming.dev
    Clot @lemmy.zip

    The ultimate Rust performance guide

  • Rust @programming.dev
    Nemeski @lemm.ee

    Rust compiler performance survey 2025

  • Rust @programming.dev
    cm0002 @lemmy.world

    Ratatui - a Rust library for cooking up delicious TUIs

  • Rust @programming.dev
    oni ᓚᘏᗢ @lemmy.world

    What does assign a generic in a trait?

    Maybe the question is not well written, but it's because I do not really know what's happening in here. I'm learning Rust, I'm doing pretty good, but this is the second time that stomp with this.

    First, I thought that only the Add trait would be enough, but the LSP keep saying me this if I do not add the "restriction", as far as I know.

    What I do not get is what <Output = T> is. I know that is using the type T, but why it is assigned to Output?

    The first time that I saw something similar was in the Rust book that comes with rustup, just look at the next function signature

    ![](https://lazysoci.al/api/v3/image_proxy?url=https

  • Rust @programming.dev
    cm0002 @lemmy.world
  • Rust @programming.dev
    Dessalines @lemmy.ml

    Scooter - An interactive search and replace for the terminal.

    cross-posted from: https://lemmy.ml/post/31782206

    I've found this to be pretty useful when needing to do recursive / multi-file search and replace. Also has bindings to work within terminal text editors like vim and helix.

    Uses rust and ripgrep under the hood for speed.

  • Rust @programming.dev
    cm0002 @lemmy.world

    A New Rust Packaging Model in Guix

  • Rust @programming.dev
    cm0002 @lemmy.world

    This Week in Rust 603

  • Rust @programming.dev
    Dessalines @lemmy.ml