Expand description
A simple library for reading and writing Riegl .sdc files.
.sdc files are simple binary tables of discrete-return LiDAR data.
Re-exports§
pub use error::Error;
pub use point::Point;
pub use point::TargetType;
pub use reader::Reader;
pub use reader::Version;
pub use writer::Writer;