tsl-umd 0.1.1

TSL UMD tally protocol implementation
Documentation

TSL UMD protocols 🦀 📹

docs | crate

This is a Rust implementation of the TSL UMD family of tally protocols.

Features

  • decoding
    • v3.1
    • v4.0 (soon)
    • v5.0 (soon)
  • encoding - easily construct packets (soon)
  • no_std - runs on anything
  • Zero copy (more or less) - fields are extracted from the buffer when you need them. If you don't need them, there's no overhead.