wavefront_rs 0.1.2

Standardizing messages the right way.
Documentation
[package]
name = "wavefront_rs"
version = "0.1.2"
authors = ["Heiko Alexander Weber <heiko.a.weber@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Standardizing messages the right way."
readme = "docs/README.md"
homepage = "https://heikoalexanderweber.github.io/wavefront_rs/"
repository = "https://github.com/HeikoAlexanderWeber/wavefront_rs"
keywords = ["wavefront", "obj", "mtl"]
categories = ["parser-implementations", "encoding", "graphics"]


[profile]
  [dev]
    opt-level = 0
  [release]
    opt-level = 3

[dev-dependencies]
float-cmp = "0.6.0"