| Crates.io | laszip-sys |
| lib.rs | laszip-sys |
| version | 0.1.2 |
| created_at | 2017-10-19 20:16:22.070264+00 |
| updated_at | 2021-05-11 15:04:59.832414+00 |
| description | Low level bindings to laszip |
| homepage | https://github.com/gadomski/laszip-sys |
| repository | https://github.com/gadomski/laszip-sys |
| max_upload_size | |
| id | 36241 |
| size | 4,350,715 |
Low-level bindings to the C API of laszip for Rust. A native Rust implementation of laz is available at https://github.com/tmontaigu/laz-rs.
LASzip is a free and lossless LiDAR compression format, based on the las format. Compression ratios over las of 4:1 and up to 10:1 have been observed in the wild.
Ensure that clang can see the laszip/laszip_api.h include file and the laszip_api library.
git clone https://github.com/gadomski/laszip-sys
cd laszip-rs/laszip-sys
cargo build
This crate's test suite includes "EXAMPLE_ONE" from laszip's own dll test, so to run layout tests and "EXAMPLE_ONE":
cargo test