Bindgen FFI bindings to the C API of laszip.
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.
To build this out locally:
git clone https://github.com/gadomski/laszip-sys
cd laszip-sys
cargo build
This crate's test suite includes "EXAMPLEONE" from laszip's own dll test, so to run layout tests and "EXAMPLEONE":
bash
cargo test