Rust Glancer开发工具面向低内存环境的 Rust LSP,内存占用仅 rust-analyzer 的 1/100访问网站https://rust-glancer.github.io/blog/hello-world/访问网站https://rust-glancer.github.io/blog/hello-world/Rust Glancer 是一个用 Rust 编写的替代 LSP 实现,核心目标是低内存占用。大型项目下 Rust Analyzer 内存占用动辄数 GB,Glancer 能把内存压到 100MB 以内,适合 8GB 内存的旧笔记本。它还有一个亮点:重启编辑器后立即恢复索引,不用重新全量构建。由 matklad(rust-analyzer 作者)在 HN 上推荐。