Crates.io | pcd-rs |
lib.rs | pcd-rs |
version | 0.12.0 |
source | src |
created_at | 2019-06-11 16:33:54.463857 |
updated_at | 2024-10-31 16:53:35.149165 |
description | Working with PCD file format in Rust |
homepage | https://github.com/jerry73204/pcd-rs |
repository | https://github.com/jerry73204/pcd-rs |
max_upload_size | |
id | 140412 |
size | 548,990 |
pcd-rs
allows you to parse PCD point cloud data from a file or a binary buffer.
To add this crate to your project,
cargo add pcd-rs
Please visit docs.rs to learn more about the usage.
Example code can be found in examples
directory.
Run cargo run --example
to list all available example binaries.
MIT license. See LICESE file.