thfmr-protocol 0.2.2

Internal control protocol encoding and decoding library for the TouHou.FM Radio project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# TouHou.FM Radio - Protocol
Crate handling all the details of the internal control protocol used between the microservices that make up the
TouHou.FM Radio project.

## Dependencies
This project requires Rust 2018 and the following crates:

- thfmr-util
- serde
- serde_json
- tokio
- futures
- async-trait
- thiserror
- log

## License
This project is distributed under the terms of the GPL version 3.0