nx 0.3.0

A high performance Rust library used to read NX files with minimal memory usage.
Documentation
1
2
3
4
5
// Copyright © 2015-2018, Peter Atashian
extern crate cc;
fn main() {
    cc::Build::new().file("src/lz4.c").compile("lz4");
}