Skip to content

Rust FFI bindings for the C API of laszip

Notifications You must be signed in to change notification settings

erikjee/laszip-sys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laszip-sys

Low-level bindings to the C API of laszip for Rust.

Build Status

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

About

Rust FFI bindings for the C API of laszip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.0%
  • Shell 6.1%
  • C++ 0.9%