opd-parser 0.2.0

Parser for the OPD point cloud animation format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "opd-parser"
description = "Parser for the OPD point cloud animation format"
version = "0.2.0"
edition = "2021"
authors = [
    "Zhixing Zhang <zhixing.zhang@foresightmining.com>"
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ForesightMiningSoftwareCorporation/opd_parser"


[dependencies]
nom = "7"
glam = { version = "0.22", features = ["serde"] }
serde_json = "1"
serde = { version = "1", features = ["derive"] }