the-bus-telemetry 5.2.0

Library for handling data exchange with the api (called telemetry) of the simulation software The Bus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# the-bus-telemetry 
[<img alt="github" src="https://img.shields.io/badge/github-thatzok/TheBusTelemetry-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/thatzok/TheBusTelemetry)
[<img alt="crates.io" src="https://img.shields.io/crates/v/the-bus-telemetry.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/the-bus-telemetry)
 [![Build](https://github.com/thatzok/TheBusTelemetry/actions/workflows/build.yml/badge.svg)](https://github.com/thatzok/TheBusTelemetry/actions/workflows/build.yml) ![maintenance-status](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)

This rust crate is a library for accessing the API (called telemetry) for the "The Bus" bus simulator.<br>

## Use `the-bus-telemetry` in your Project

```bash
# Add the current version to your Cargo.toml
cargo add the-bus-telemetry
```