13 releases
Uses old Rust 2015
0.1.0 | Apr 7, 2015 |
---|---|
0.0.12 | Mar 30, 2015 |
0.0.7 | Feb 25, 2015 |
#12 in #due
22 downloads per month
23MB
469K
SLoC
Introduction
A library for embedding Neovim inside a Rust project.
Build Instructions
Note: Requires the nightly release of Rust due to the use of unstable features.
Linux (apt-get)
apt-get install libtool autoconf automake cmake libncurses5-dev g++ pkg-config unzip
cargo build
Linux (yum)
yum install autoconf automake cmake gcc gcc-c++ libtool ncurses-devel pkgconfig
cargo build
OS X (homebrew)
brew install libtool automake cmake pkg-config gettext
cargo build
Licensing
All files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.