neovim 0.1.0

Support for writing Neovim plugins in Rust.
Documentation
  • Coverage
  • 37.5%
    6 out of 16 items documented0 out of 3 items with examples
  • Size
  • Source code size: 13.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • dradtke/neovim-rs
    20 2 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dradtke

neovim

Support for writing Neovim plugins in Rust.

This crate doesn't actually do anything yet except open up a session that can communicate over TCP, Unix socket, stdio, or a child process, but in the near future it will provide full support for communicating with Neovim.

There's a lot that needs to stabilize before this will become possible, including Neovim's plugin API, Rust itself, and the msgpack crate which will be used for serialization.

Development will attempt to mimick that of the Python client.