32blogby Studio Mitsu

# rust

9 articles

cli

Starship: The Minimal, Fast, Customizable Shell Prompt

Starship is the minimal, blazing-fast Rust prompt for any shell. Configure starship.toml, apply presets, and add custom modules that fit your workflow.

Apr 10, 2026 · 19 min
cli

bat: A Modern cat with Syntax Highlighting and Git

bat is a Rust-powered cat replacement with syntax highlighting, a Git diff sidebar, and pager integration. Here's how to install, configure, and use it daily.

Apr 10, 2026 · 14 min
cli

delta: A Better Git Diff Pager with Side-by-Side View

delta is a Rust git diff viewer with syntax highlighting, side-by-side view, and n/N navigation. Configure it once in ~/.gitconfig and never go back.

Apr 10, 2026 · 16 min
cli

Why Rust CLI Tools Are So Fast: ripgrep, fd, and the uutils Era

Rust CLIs like ripgrep and fd beat grep and find thanks to SIMD, zero-cost abstractions, Rayon, and .gitignore awareness. The full technical picture.

Apr 10, 2026 · 15 min
cli

grep Complete Guide: From Basics to ripgrep

Master grep regex patterns and real-world usage, then level up with ripgrep. Practical examples for log analysis and code search.

Mar 8, 2026 · updated Mar 26, 2026 · 11 min
cli

Modern Rust CLI Tools: eza, bat, fd, zoxide and Beyond

Replace ls, cat, find, and cd with faster Rust alternatives. Installation, configuration, aliases, and practical combinations.

Mar 8, 2026 · updated Mar 26, 2026 · 11 min
gaming

Rust Raid Cost Calculator | Quick Reference

Calculate Rust raid costs instantly. Pick a target and tool to see exact raw material costs for C4, Rockets, Satchels, and Explosive Ammo.

Feb 28, 2026 · updated Mar 27, 2026 · 4 min
gaming

How to Set Up a Rust Server | Complete Mod Setup Guide

Step-by-step guide to building a Rust dedicated server from scratch, installing Oxide/uMod mods, and the best plugins to run in 2026.

Feb 28, 2026 · updated Mar 27, 2026 · 11 min
gaming

Rust Server: Self-Hosted vs Rental — Which One Should You Use?

Honest comparison of running a Rust server yourself vs renting one. Covers cost, setup difficulty, mod support, and which option fits different playstyles and budgets.

Dec 25, 2025 · updated Mar 27, 2026 · 10 min