vange-rs
vange-rs copied to clipboard
[meta] Error propagation
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