Module 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§

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

Modules§

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

Enums§

Value
Represents any valid MessagePack value.