stlv 0.1.1

RUST crate to parse STL files used for 3D printing.
Documentation
[package]
name = "stlv"
version = "0.1.1"
authors = ["Vishal Patil <vishpat@gmail.com>"]
license = "MIT"
homepage = "https://github.com/vishpat/stl"
repository = "https://github.com/vishpat/stl"
documentation = "https://github.com/vishpat/stl"
description = """
RUST crate to parse STL files used for 3D printing.
"""

[dependencies]
byteorder = "1.2.1"