opd-parser 0.2.0

Parser for the OPD point cloud animation format
Documentation
[dependencies.glam]
features = ["serde"]
version = "0.22"

[dependencies.nom]
version = "7"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[package]
authors = ["Zhixing Zhang <zhixing.zhang@foresightmining.com>"]
description = "Parser for the OPD point cloud animation format"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "opd-parser"
readme = "README.md"
repository = "https://github.com/ForesightMiningSoftwareCorporation/opd_parser"
version = "0.2.0"