cordx56/rustowl
Visualize Ownership and Lifetimes in Rust observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 86
- Longevity 49
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 5
- age_days: 686
- days_rel: 97
- days_push: 9
- n_releases_24m: 20
Adoption not part of the score
5198 stars · 112 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RustOwl is a tool that visualizes ownership movement and variable lifetimes in Rust code using colored underlines, helping with debugging borrow-checker errors and optimization. It integrates with editors via a VS Code extension, Neovim plugin, and Emacs package, backed by a core analysis tool distributed on crates.io.
Use cases
- understand why the borrow checker rejects my Rust code
- visualize variable lifetimes in Rust
- debug ownership move errors in Rust
- see where a value is borrowed mutably vs immutably
- learn Rust ownership and borrowing concepts
- find lifetime overlap errors in Rust code
When to choose
- you're debugging borrow-checker or lifetime errors in Rust
- you're learning Rust's ownership model and want visual feedback
- you want to see move and borrow spans directly in your editor
When to avoid
- you need a general-purpose Rust IDE - use rust-analyzer instead
- you work in a language other than Rust
- you need automated fixes rather than visualization
Facets
plugin · maturity active
editor developer-tools data-visualization developer-tools programming-languages text-editors rust editor-plugin cross-platform rust-analyzer-companion lsp ownership-visualization lifetime-debugging vscode-extension neovim-plugin emacs-package
2 sources
- readme: https://github.com/cordx56/rustowl · fetched 2026-08-28 · 3593740ca43b
- registry_crates: https://crates.io/api/v1/crates/rustowl · fetched 2026-08-29 · 0adb7c82bae3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cordx56/rustowl | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem