Crates.io | pk_stl |
lib.rs | pk_stl |
version | 0.3.1 |
source | src |
created_at | 2022-10-30 22:00:44.128002 |
updated_at | 2022-11-27 11:38:17.694657 |
description | STL file parsing and writing. |
homepage | |
repository | https://github.com/PokeyOne/pk_stl |
max_upload_size | |
id | 701682 |
size | 28,917 |
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.
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.
For full documentaiton run:
cargo doc --open
Or visit https://docs.rs/pk_stl/latest/pk_stl