Cargo Features

nvim-oxi has no features set by default.

[dependencies]
nvim-oxi = { version = "0.4.2", features = ["neovim-0-8", "neovim-0-9", "neovim-nightly", "libuv", "mlua", "test"] }
neovim-0-8

Enables neovim-0-8 of oxi-api, use-1-44 of oxi-libuv

neovim-0-9

Enables neovim-0-9 of oxi-api, use-1-46 of oxi-libuv

neovim-nightly

Enables neovim-nightly of oxi-api, use-1-46 of oxi-libuv

libuv = oxi-libuv

Affects nvim-oxi::libuv

mlua

Enables mlua

Affects nvim-oxi::mlua

test = miniserde

Enables test of oxi-macros

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

oxi-libuv libuv? neovim-0-8? neovim-0-9? neovim-nightly?
miniserde test?