fugue-db 0.2.15

A binary analysis framework written in Rust
Documentation
use std::env;

fn main() {
    flatcc::build(env::current_dir().unwrap().join("schema/fugue.fbs"))
        .expect("schema compiled successfully");
}