Modules

Traits for converting between Neovim Objects and Rust types.

Structs

An owning iterator over the Objects of a Neovim Array.
An owning iterator over the (String, Object) pairs of a Neovim Dictionary.
Binding to the error type used by Neovim.
A wrapper around a Lua reference to a function stored in the Lua registry.
Binding to Klib’s kvec.
A key-value pair mapping a Neovim String to a Neovim Object.
Binding to a Neovim object.
Binding to the string type used by Neovim.

Enums

Specifies the kind of a Neovim Object.

Type Definitions

A vector of Neovim Objects.
A vector of Neovim KeyValuePair s.