[go: up one dir, main page]

stl_io 0.3.1

STL input and output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "stl_io"
version = "0.3.1"
authors = ["Henning Meyer <tutmann@gmail.com>"]

description = "STL input and output."
repository = "https://github.com/hmeyer/stl_io"
readme = "README.md"
keywords = ["stl","binary", "ascii", "3d", "mesh"]
license = "GPL-3.0"

[lib]
name = "stl_io"
path = "src/lib.rs"

[dependencies]
byteorder = "1.0.0"