[−][src]Module nvimpam_lib::handler
The handler for the rpc events sent by neovim_lib. Note that this is
excuted in another thread, so we use a
Sender<Event> to send the parsed event data to
the main thread.
Structs
| NeovimHandler |
The handler containing the sending end of a channel. The receiving end is
the main |
Functions
| last_arg |
Helper function to get the last argument of a |
| parse_bool |
Parse a |
| parse_buf |
Parse a |
| parse_i64 |
Parse a |
| parse_u64 |
Parse a |
| parse_vecstr |
Parse a |