nx 0.2.4

A high performance Rust library used to read NX files with minimal memory usage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "nx"
version = "0.2.4"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "A high performance Rust library used to read NX files with minimal memory usage."
documentation = "http://nolifedev.github.io/nx-rs/nx/"
repository = "https://github.com/NoLifeDev/nx-rs"
readme = "README.md"
keywords = ["NX"]
license = "MIT"

[dependencies]
memmap = "*"