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.