Expand description
Rust bindings to the C types used by Neovim’s API.
Modules
- Traits for converting between Neovim
Objects and Rust types. - Iterators over
Arrays andDictionarys.
Structs
- A vector of Neovim
Objects. - Binding to the error type used by Neovim.
- A wrapper around a Lua reference to a function stored in the Lua registry.
- A non-owning value for lifetime
'a. - Binding to a Neovim object.
- Binding to the string type used by Neovim.
Enums
- Specifies the kind of a Neovim
Object.