pcd-rs

Crates.iopcd-rs
lib.rspcd-rs
version0.12.0
sourcesrc
created_at2019-06-11 16:33:54.463857
updated_at2024-10-31 16:53:35.149165
descriptionWorking with PCD file format in Rust
homepagehttps://github.com/jerry73204/pcd-rs
repositoryhttps://github.com/jerry73204/pcd-rs
max_upload_size
id140412
size548,990
(jerry73204)

documentation

https://docs.rs/pcd-rs/

README

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

To add this crate to your project,

cargo add pcd-rs

Please visit docs.rs to learn more about the 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 file.

Commit count: 115

cargo fmt