rigidity-io 0.2.0

Point-cloud reading and writing: PLY, PCD, LAS/LAZ, E57, CSV. The heavy format dependencies are isolated here.
Documentation
[package]
name        = "rigidity-io"
description = "Point-cloud reading and writing: PLY, PCD, LAS/LAZ, E57, CSV. The heavy format dependencies are isolated here."
version.workspace      = true
edition.workspace      = true
rust-version.workspace = true
license.workspace      = true
repository.workspace   = true
homepage.workspace     = true
readme.workspace       = true
keywords.workspace     = true
categories.workspace   = true

[dependencies]
rigidity-core.workspace = true
nalgebra.workspace      = true
thiserror.workspace     = true
las.workspace           = true
e57.workspace           = true

[lints]
workspace = true