Twinklebear / tobj

Tiny OBJ Loader in Rust
MIT License
233 stars 47 forks source link

Add Clone, Copy and PartialEq to LoadError #19

Closed ondrowan closed 4 years ago

ondrowan commented 4 years ago

These might be useful in some scenarios, eg. when comparing errors in tests.

Twinklebear commented 4 years ago

Thanks @ondrowan !