c3dio 0.1.0

A library for reading and writing C3D files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nalgebra]
version = "0.32"

[package]
categories = ["encoding", "filesystem", "parser-implementation", "motion-capture", "biomechanics"]
description = "A library for reading and writing C3D files."
edition = "2021"
exclude = ["tests", "tests/*", "examples", "examples/*"]
homepage = "https://biomech.dev/c3dio"
keywords = ["c3d", "parser", "motion-capture", "mocap", "biomechanics"]
license = "MIT OR Apache-2.0"
name = "c3dio"
readme = "README.md"
repository = "https://github.com/cvhammond/c3dio"
version = "0.1.0"