c3d-rs 0.1.2

A c3d(biomechanics data format) parser written in rust.
Documentation
1
2
3
4
5
6
7
8
# Readme

This is a c3d file format parser/reader written in rust. C3d is a biomechanics data format wildly used in the field of motion cpature.

The parser is written with the guidance of the [c3d.org](https://www.c3d.org/docs/C3D_User_Guide.pdf) specification and the python parser from [py-c3d](https://github.com/EmbodiedCognition/py-c3d).

> notice: This is still an early port, not all ANALOG parameter are tested, feel free to suggest any improvements. Residual bits are also not used to measure error rates too.