stlv 0.1.3

RUST crate to parse STL files used for 3D printing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.byteorder]
version = "1.2.1"

[dependencies.rayon]
version = "1.0"

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