las 0.7.2

Read and write point clouds stored in the ASPRS las file format.
Documentation
las-rs
======

[![Documentation](https://docs.rs/las/badge.svg)](http://docs.rs/las)
[![Build Status](https://travis-ci.org/gadomski/las-rs.svg?branch=master)](https://travis-ci.org/gadomski/las-rs)

Read and write [ASPRS las files](http://www.asprs.org/Committee-General/LASer-LAS-File-Format-Exchange-Activities.html) natively with rust.

```toml
las = "0.7"
```