#vm #bindings #raw

sys neko

Rusty bindings to the neko vm

1 unstable release

Uses old Rust 2015

0.1.0 May 3, 2017

#144 in #raw

Unlicense

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.

  1. The raw FFI bindings in the raw submodule.
  2. 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.1MB
~43K SLoC