Releases: sigmaSd/IRust
Releases · sigmaSd/IRust
1.63.1
**1.63.1** - Update crossterm - Use https://github.com/pksunkara/cargo-workspaces to improve dev experience
1.63.0
**1.63.0** - Ignore server's client errors - Hide some warnings when evaluating
1.62.1
**1.62.1** - Allow multiple irust instances again
1.62.0
**1.62.0** - Add `:hard_load_crate` command, its a more powerful version of `hard_load` that copies the whole crate src dir to irust directory, which allows using internal and external imports, see https://github.com/sigmaSd/irust-vim-plugin for an example
1.61.1
**1.61.1** - Update racer install method
1.61.0
**1.61.0** - Add `hard_load` command, it manually sets the repl internal buffer and cursor (useful for vim plugin)
1.60.0
**1.60.0** - Add the ability to spawn a local server, this allows irust to be controlled programmatically, checkout https://github.com/sigmaSd/irust-vim-plugin that uses this
1.50.0
**1.50.0** - Rework Startup/Shutdown hooks
1.49.0
**1.49.0** - Fix a bug with tokio runtime making it unusable
1.48.0
- `:dbg` command: use rust-gdb rust-lldb - `:scripts` command: Add more style