Modules§
- conversion
- Traits for converting between Neovim
Objects and Rust types.
Structs§
- Array
Iterator - An owning iterator over the
Objects of a NeovimArray. - Dict
Iterator - An owning iterator over the (
String,Object) pairs of a NeovimDictionary. - Error
- Binding to the error type used by Neovim.
- Function
- A wrapper around a Lua reference to a function stored in the Lua registry.
- KVec
- Binding to Klib’s
kvec. - KeyValue
Pair - A key-value pair mapping a Neovim
Stringto a NeovimObject. - Object
- Binding to a Neovim object.
- String
- Binding to the string type used by Neovim.
Enums§
- Object
Kind - Specifies the kind of a Neovim
Object.
Type Aliases§
- Array
- A vector of Neovim
Objects. - Dictionary
- A vector of Neovim
KeyValuePairs.