stl 0.2.0

Stereo Lithography file input and output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "stl"
version = "0.2.0"
authors = ["Eric Holk <eric.holk@gmail.com>"]

description = "Stereo Lithography file input and output."
repository = "https://github.com/eholk/rust-stl"
readme = "README.md"

keywords = ["stl", "3d", "file", "format"]

license = "BSD-3-Clause"

[dependencies]
byteorder = "^0.4.2"