vicis 0.1.0

Manipulate LLVM-IR in Pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
#![feature(vec_into_raw_parts)]

#[macro_use]
pub mod macros;
pub mod codegen;
pub mod exec;
pub mod ir;

extern crate anyhow;
extern crate nom;