gnu-libjit-sys

Crates.iognu-libjit-sys
lib.rsgnu-libjit-sys
version0.0.8
sourcesrc
created_at2022-06-11 19:22:45.952508
updated_at2022-08-21 03:40:09.515698
descriptionRust bindings for libjit compiler
homepagehttps://github.com/n8ta/gnu-libjit
repositoryhttps://github.com/n8ta/gnu-libjit-sys
max_upload_size
id604192
size3,538,767
n8ta (n8ta)

documentation

README

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.5"
Commit count: 0

cargo fmt