simnalamburt / obj-rs

:shipit: Wavefront obj parser for Rust

Home Page:https://docs.rs/obj-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stricter compiler test

simnalamburt opened this issue · comments

Reference:

https://github.com/PistonDevelopers/wavefront_obj/blob/master/src/lib.rs

#![unstable]
#![doc(html_root_url = "https://simnalamburt.github.io/obj-rs")]

#![deny(warnings)]
#![deny(missing_docs)]