gnu-libjit 0.6.0

A safe rust wrapper around the libjit just in time compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.gnu-libjit-sys]
version = "0.0.5"

[dependencies.libc]
version = "0.2"

[package]
description = "A safe rust wrapper around the libjit just in time compiler"
edition = "2021"
homepage = "https://github.com/n8ta/gnu-libjit"
license = "GPL-2.0-only"
name = "gnu-libjit"
readme = "README.md"
repository = "https://github.com/n8ta/gnu-libjit"
resolver = "2"
version = "0.6.0"