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

#32 in #point-cloud

Download history 37/week @ 2023-12-22 15/week @ 2023-12-29 42/week @ 2024-01-05 79/week @ 2024-01-12 41/week @ 2024-01-19 30/week @ 2024-01-26 43/week @ 2024-02-02 89/week @ 2024-02-09 70/week @ 2024-02-16 124/week @ 2024-02-23 48/week @ 2024-03-01 45/week @ 2024-03-08 93/week @ 2024-03-15 43/week @ 2024-03-22 79/week @ 2024-03-29 151/week @ 2024-04-05

370 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.8–4.5MB
~80K SLoC