gadomski / las-rs

Read and write ASPRS las files, Rust edition.
MIT License
73 stars 32 forks source link

Remove `quick_error` #25

Closed gadomski closed 4 years ago

gadomski commented 4 years ago

Error handling has moved on since quick_error seemed like the right thing to do, so we should pull it out.

gadomski commented 4 years ago

anyhow is a recommended alternative.