vange-rs icon indicating copy to clipboard operation
vange-rs copied to clipboard

[meta] Error propagation

Open kvark opened this issue 8 years ago • 0 comments

The code uses unwrap all over the place currently, which is not idiomatic to Rust. Instead, a system of errors need to be done with try! calls to sub-routines in:

  • [ ] Text parsing
  • [ ] C3D/M3D loading

kvark avatar Jul 07 '16 13:07 kvark