1 unstable release
Uses old Rust 2015
0.1.0 | May 3, 2017 |
---|
#260 in #vm
3KB
neko-rs
Rusty bindings to the neko vm.
This is a WIP.
lib.rs
:
A module for working with the neko vm.
This module contains two main parts.
- The raw FFI bindings in the raw submodule.
- A safe, rusty wrapper in the top level.
Unless you have a specific reason otherwise you should always use the safe wrapper instead of the raw bindings. This module contains the raw neko bindings generated using bindgen. See http://nekovm.org/doc/vm for more information.
No runtime deps
~0–2.3MB
~47K SLoC