8 releases (breaking)

0.11.0 Apr 5, 2024
0.6.1 Feb 21, 2022
0.5.1 May 8, 2021
0.4.0 Jun 29, 2020
0.1.1 Sep 10, 2019

#43 in #point-cloud

Download history 44/week @ 2024-01-31 42/week @ 2024-02-07 97/week @ 2024-02-14 123/week @ 2024-02-21 71/week @ 2024-02-28 36/week @ 2024-03-06 83/week @ 2024-03-13 62/week @ 2024-03-20 62/week @ 2024-03-27 179/week @ 2024-04-03 43/week @ 2024-04-10 31/week @ 2024-04-17 25/week @ 2024-04-24 43/week @ 2024-05-01 111/week @ 2024-05-08 113/week @ 2024-05-15

296 downloads per month
Used in 4 crates (via pcd-rs)

Custom license

28KB
734 lines

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.

pcd_rs = "0.8.0"

Please visit docs.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 file.

Dependencies

~2.9–4.5MB
~81K SLoC