gnu-libjit-sys 0.0.3

Rust bindings for libjit compiler
docs.rs failed to build gnu-libjit-sys-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: gnu-libjit-sys-0.0.8

libjit-sys

gnu-libjit homepage

This project adds raw rust bindings around the libjit package. It is useful as a low startup time jit compiler making it ideal for command line tools, interpreted languages, etc. Time to compile a single function that returns a number is about ~5ms on my old laptop.

You can find a safe rust-style wrapper around the bindings @ github.com/n8ta/gnu-libjit.

Usage

libjit-sys = "0.0.1"