pcd-rs 0.11.0

Working with PCD file format in Rust
Documentation
# pcd-rs: Read point cloud data from **PCD** file format

`pcd-rs` allows you to parse PCD point cloud data from a file or a binary buffer.

## Usage

Add pcd-rs to your `Cargo.toml`.

```toml
pcd_rs = "0.8.0"
```

Please visit [docs.rs](https://docs.rs/pcd-rs/) to see detailed usage.

## Examples

Example code can be found in `examples` directory.
Run `cargo run --example` to list all available example binaries.

## License

MIT license. See [LICESE](LICENSE) file.