TRUST is an experimental retro TUI IDE for Rust that replicates classic blue-screen DOS development environments, wrapping Cargo commands in a keyboard-driven interface.
Key Takeaways
Built with Rust, runs via cargo run -- /path/to/rust/project; supports file editing, project browsing, and Cargo commands (run, build, test, check).
Full keyboard shortcut map: F5=cargo run, F7=cargo check, F8=cargo test, F9=cargo build; mouse support also included.
Project pane filters to .rs, .toml, .lock files; skips .git, target, and common build dirs automatically.
Compiler output captured in a resizable bottom pane; pane dividers are drag-resizable.
Explicitly experimental/nostalgia status – author recommends caution with file edits despite F2/Ctrl+S save support.
Hacker News Comment Review
Commenters raised a mild trademark concern: TRUST likely stands for “Turbo Rust,” which could brush against Borland/Embarcadero IP, though the risk is considered low.
Overall reception is positive and nostalgic; the retro aesthetic reads as genuinely pleasant rather than purely ironic.
Notable Comments
@rob74: Flags potential “Turbo Rust” acronym and Embarcadero trademark angle; suggests naming it explicitly to stay safe.