---
author: "Umesh Malik"
canonical: "https://umesh-malik.com/blog/tag/rust"
description: "Explore articles tagged with Rust by Umesh Malik — AI Engineer, LLM & GenAI Developer. Learn Rust best practices, practical tips, and in-depth guides."
title: "Umesh Malik's Blog - Rust Articles | Rust Tutorials"
tokens: 409
generator: "scripts/generate-page-markdown.mjs"
---

[← Back to Blog](https://umesh-malik.com/blog)

# Rust

3 articles

 [![Memory comparison between rust-analyzer and Rust Glancer showing the dramatic reduction from gigabytes to under 100MB](https://umesh-malik.com/blog/rust-glancer-low-memory-lsp-cover.png)

AI Coding Agents & DX • Aug 23, 2026

### Rust LSP Low Memory: How to Run Glancer Locally on 8GB RAM

Rust LSP low memory is achievable: Rust Glancer runs on 8GB machines by freezing analysis at save and offloading to disk.

8 min read

Read more →](https://umesh-malik.com/blog/rust-glancer-low-memory-lsp)

 [![Rust GPU offload safety and performance: ownership rules managing host-device transfers, benchmarked against hand-tuned CUDA and HIP](https://umesh-malik.com/blog/rust-safe-gpu-offload-benchmarks-cover.png)

AI Engineering • Aug 19, 2026

### Rust GPU Offload Without unsafe: The 400x Mistake That Isn't Safety

Rust GPU offload now works without unsafe code. Real benchmarks: 11% faster to 46% slower than CUDA on an H100, and a transfer bug that costs 400x more.

8 min read

Read more →](https://umesh-malik.com/blog/rust-safe-gpu-offload-benchmarks)

 [![Rust LLM policy: AI allowed for review and analysis, banned for creating code and prose](https://umesh-malik.com/blog/rust-llm-policy-ai-generated-code-cover.png)

AI Coding Agents & DX • Aug 6, 2026

### Rust LLM Policy: Use AI to Review, Not to Create

The Rust LLM policy bans AI-created code and prose but allows AI review, analysis, and bug-finding. Here's the exact rule, why it works, and how to copy it.

10 min read

Read more →](https://umesh-malik.com/blog/rust-llm-policy-ai-generated-code)
