Modules§
- conversion
- Traits for converting between Neovim
Object
s and Rust types.
Structs§
- Array
Iterator - An owning iterator over the
Object
s 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
String
to 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
Object
s. - Dictionary
- A vector of Neovim
KeyValuePair
s.