Best of RustMay 2021

  1. 1
    Article
    Avatar of phProduct Hunt·5y

    GitUI — Blazing fast terminal-UI for git written in Rust

    GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved command line/terminal window. Embed this code into your own GitUI app and share it with your friends.

  2. 2
    Article
    Avatar of dzDZone·5y

    Deno vs. Node: A Detailed Comparison

    Deno is a safe TypeScript run-time on Chrome V8. It had been initially written in Go and now has been revamped in Rust to remain far away from potential garbage collector issues. It executes the code in a sandbox as opposed to Node so by default our program does not have access to the file system, network or environment.

  3. 3
    Article
    Avatar of devtechDeveloper Tech·5y

    Python creator shares his thoughts on Rust, Go, Julia, and TypeScript