nom_stl 0.2.2

A fast STL parser
Documentation
[[bench]]
harness = false
name = "bench"

[dependencies.nom]
version = "5.1"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_macros]
version = "0.9"

[package]
authors = ["Clark Kampfe <clark.kampfe@fastradius.com>", "Aaron Brenzel <aaron.brenzel@fastradius.com>"]
categories = ["parser-implementations"]
description = "A fast STL parser"
documentation = "https://docs.rs/nom_stl/"
edition = "2018"
exclude = ["fixtures/*"]
homepage = "https://github.com/fast-radius/nom_stl"
keywords = ["stl", "parser", "mesh", "nom"]
license = "MIT"
name = "nom_stl"
readme = "README.md"
repository = "https://github.com/fast-radius/nom_stl"
version = "0.2.2"

[profile.bench]
codegen-units = 1
lto = true
opt-level = 3