stl-bin-parser 0.0.0

A simple parser for the STL binary format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Nathaniel Ringo <remexre@gmail.com>"]
categories = ["parser-implementations"]
description = "A simple parser for the STL binary format."
documentation = "https://docs.rs/stl-bin-parser"
keywords = ["stl", "parser"]
license = "MIT"
name = "stl-bin-parser"
repository = "https://github.com/acmumn/stl-bin-parser"
version = "0.0.0"

[dependencies]
error-chain = "0.10.0"
nom = "2.2.1"

[dev-dependencies]
byteorder = "1.0.0"