las 0.2.1

Read ASPRS las data, used to store point clouds.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
las-rs
======

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

To use in your own Rust project, add this to your `Cargo.toml`:

```toml
las = "*"
```

See [the API documentation](http://gadomski.github.io/las-rs/las/index.html) for usage examples.