Module nvim_rs::rpc

source ·
Expand description

RPC functionality for neovim

For most plugins, the main implementation work will consist of defining and implementing the handler.

Re-exports§

Modules§

  • Handling notifications and request received from neovim
  • Decoding and encoding msgpack rpc messages from/to neovim.
  • Tools to unpack a Value to something we can use.

Enums§

  • Represents any valid MessagePack value.