pcd-rs: Read point cloud data from PCD file format
pcd-rs allows you to parse PCD point cloud data from a file,
a path, or a binary buffer. The reader implements Iterator to
let you iterate over points with ease.
Usage
Add pcd-rs to your Cargo.toml.
= "~0"
Example
use Fallible;
use SeqReaderOptions;
use Path;