gadomski / las-rs

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

update laz to version 0.5.1 #34

Closed tmontaigu closed 4 years ago

tmontaigu commented 4 years ago

Enable point format >= 6 compression using laz

Make the reader & writer Send because laz::LasZipCompressor & laz::LasZipDecompressor need it. This require the R and W parameter type of the Reader and Writer to be Send too, this should not be a problem since std::fs::File and std::io::Cursor<T> are Send and they probably are used in 99% of the cases

(should also close #33 )

gadomski commented 4 years ago

Looks good to me. When it's ready for merge go ahead and mark as "ready for review" and I'll merge and bump the crate tiny version.