tinystl 0.0.3

A small library to read and write STL mesh files, inspired by MicroSTL.
Documentation
[dependencies.bytemuck]
optional = true
version = "1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.tempfile]
version = "3.3.0"

[features]
bytemuck = ["dep:bytemuck"]
serde = ["dep:serde"]

[package]
authors = ["Lukas Hermann"]
description = "A small library to read and write STL mesh files, inspired by MicroSTL."
edition = "2021"
keywords = ["stl", "mesh"]
license = "MIT"
name = "tinystl"
readme = "README.md"
repository = "https://github.com/lsh/tinystl"
version = "0.0.3"