gnu-libjit-sys 0.0.2

Rust bindings for libjit compiler
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libjit-sys
[gnu-libjit homepage](https://www.gnu.org/software/libjit/)


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](https://github.com/n8ta/gnu-libjit).

# Usage
```
libjit-sys = "0.0.1"
```