rust-playground icon indicating copy to clipboard operation
rust-playground copied to clipboard

GNU/Emacs mode that setup local playground for code snippets in Rust language.

Results 5 rust-playground issues
Sort by recently updated
recently updated
newest added

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...

enhancement
question

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...