8 releases
0.0.8 | Aug 21, 2022 |
---|---|
0.0.7 | Aug 21, 2022 |
0.0.1 | Jun 15, 2022 |
#1041 in Programming languages
33 downloads per month
Used in gnu-libjit
2.5MB
68K
SLoC
Contains (obscure autoconf code, 15KB) libjit/configure.ac
libjit-sys
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.5"