opd-parser 0.5.0

Parser for the OPD point cloud animation format
Documentation
1
2
3
4
pub fn main() {
    let input = std::fs::read("./replay.opd").unwrap();
    let _a = opd_parser::parse(&input).unwrap();
}