Crates.io | laz |
lib.rs | laz |
version | 0.9.2 |
source | src |
created_at | 2019-06-23 20:58:38.416322 |
updated_at | 2024-07-22 18:41:51.635241 |
description | Rust port of Laszip compression. of the LAS format |
homepage | |
repository | https://github.com/tmontaigu/laz-rs |
max_upload_size | |
id | 143063 |
size | 595,628 |
Implementation or rather, translation of LAZ (laszip compression) format in Rust.
The goal of this project is to be a port of the Laszip compression, allowing LAS readers to be able to read / write LAZ data, but not a fully featured LAS reader.
If you want a user friendly Rust LAS reader, las-rs is what you
are looking for. las-rs
can use laz-rs
to manage LAZ data by enabling the laz
feature of the las-rs
crate.
Original Implementations:
Minimal Rust version: 1.40.0
cargo bench --features benchmarks