//! RPC functionality for [`neovim`](crate::neovim::Neovim)
//!//! For most plugins, the main implementation work will consist of defining and
//! implementing the [`handler`](crate::rpc::handler::Handler).
pubmodhandler;pubmodmodel;pubmodunpack;pubuseself::model::{IntoVal, RpcMessage};pubusermpv::Value;