oxi-types 0.4.1

Rust bindings to types used by Neovim's C API
Documentation
1
2
3
4
5
6
# nvim-types

This crate contains the Rust bindings to the C types used internally by Neovim.
It was originally ported from
[`turboladen/overkill_nvim`](https://github.com/turboladen/overkill_nvim/tree/develop/neovim_sys/src/api/nvim)
but diverged significantly over time. Of course, all bugs are mine :)