laszip-sys 0.1.2

Low level bindings to laszip
docs.rs failed to build laszip-sys-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

laszip-sys

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.

Continuous Integration

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.

Building

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

See also