| Crates.io | gnu-libjit-sys |
| lib.rs | gnu-libjit-sys |
| version | 0.0.8 |
| created_at | 2022-06-11 19:22:45.952508+00 |
| updated_at | 2022-08-21 03:40:09.515698+00 |
| description | Rust bindings for libjit compiler |
| homepage | https://github.com/n8ta/gnu-libjit |
| repository | https://github.com/n8ta/gnu-libjit-sys |
| max_upload_size | |
| id | 604192 |
| size | 3,538,767 |
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.
libjit-sys = "0.0.5"