zendo-protocol 0.2.0

Wire-protocol constants and binary frame decoders for the Zendo motion-tracking WebSocket stream.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.94.0"
name = "zendo-protocol"
version = "0.2.0"
authors = ["Akina <michele.xiloyannis@akina.health>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire-protocol constants and binary frame decoders for the Zendo motion-tracking WebSocket stream."
readme = "README.md"
keywords = [
    "zendo",
    "motion-capture",
    "pose",
    "protocol",
]
categories = [
    "encoding",
    "parser-implementations",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/akina-health/zendo-sdk"

[features]
default = ["std"]
std = []

[lib]
name = "zendo_protocol"
path = "src/lib.rs"

[[test]]
name = "fixtures"
path = "tests/fixtures.rs"

[lints.rust]
unsafe_code = "forbid"