Lightweight Rust LSP optimized for low memory usage
Lightweight Rust LSP optimized for low memory usage and near-instant editor restarts. rust-glancer aims to be complete enough for day-to-day work rather than a full replacement for rust-analyzer.
Lightweight Rust LSP optimized for low memory usage and near-instant editor restarts. rust-glancer aims to be complete enough for day-to-day work rather than a full replacement for rust-analyzer.
To install rust-glancer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rust-glancer
To see what files were installed by rust-glancer, run:
port contents rust-glancer
To later upgrade rust-glancer, run:
sudo port selfupdate && sudo port upgrade rust-glancer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.