Module nvim_rs::rpc[][src]

Expand description

RPC functionality for neovim

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

Re-exports

pub use self::model::IntoVal;
pub use self::model::RpcMessage;

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.