emacs-rustic 3.5
Rust development environment for Emacs
Rustic is a fork of Rust mode. In addition to its predecessor, it offers the following features:
Flycheck integration,
Cargo popup,
multiline error parsing,
translation of ANSI control sequences through XTerm color,
asynchronous Org Babel,
custom compilation process,
rustfmt
errors in a Rust compilation mode,automatic LSP configuration with Eglot or LSP mode,
optional Rust inline documentation,
etc.
- Outputs:
out
- Website: https://github.com/emacs-rustic/rustic
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-rustic 3.5
as follows:
guix install emacs-rustic@3.5
Or install the latest version:
guix install emacs-rustic
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.