rust-playground
rust-playground copied to clipboard
GNU/Emacs mode that setup local playground for code snippets in Rust language.
Without this, * `rust-analyzer` will complain. * if you do `rust-playground-rm` before saving main.rs, the main.rs buffer will remain opened.
On windows, the "snippet" executable cannot be run due to missing ".exe" extension. If the executable is called "snippet.exe", it works. Maybe the extension can be added independent of actual...
After executing `rust-playground`, only an emacs buffer is created for `main.rs`, not the physical file. This will make lsp server like rust-analyzer unable to start cause it expects "either src/lib.rs,...
Hello, Thanks for your great project. When I launch rust-playground from emacs 31.0.50, it popup a buffer: ``` The formats recognized in time-stamp-format will change in a future release to...