Lem
GitHubDiscord Matrix Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Rust

Lem supports Rust with syntax highlighting, rustfmt, auto indentation

At the time of writing, Lem doesn’t support LSP for Rust. Someone needs to add it!

Keybindings

(define-key *rust-mode-keymap* "C-c C-f" 'rust-format-buffer)
(define-key *rust-mode-keymap* "M-C-q" 'indent-exp)