pk_stl

Crates.iopk_stl
lib.rspk_stl
version0.3.1
sourcesrc
created_at2022-10-30 22:00:44.128002
updated_at2022-11-27 11:38:17.694657
descriptionSTL file parsing and writing.
homepage
repositoryhttps://github.com/PokeyOne/pk_stl
max_upload_size
id701682
size28,917
Mateo Carreras (PokeyOne)

documentation

README

Introduction

pk_stl is a Rust library for reading and writing STL files, and has no additional dependencies other than the standard library. It can read and write both ASCII and binary STL files.

STL File Support

There are two main STL file formats: binary and ascii.

Binary ASCII
Read Yes Yes
Write Yes Yes

Additionally, this library does not suppport any additional attributes attached to the triangles or model, but this features will be in a future release. If metadata from the header is needed, this library does provide access to the contents of the header.

Documentation

For full documentaiton run:

cargo doc --open

Or visit https://docs.rs/pk_stl/latest/pk_stl

Commit count: 14

cargo fmt