crsf 2.0.1

This crate provides a #[no_std] parser for the crossfire protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# crsf-rs
This crate provides a #\[no_std\] parser for the crossfire protocol.

[CRSF protocol specification](https://github.com/crsf-wg/crsf/wiki/Message-Format)

## Examples
Check out the [examples](examples/) directory.

## Documentation
Not available yet.

## License
Licensed under the [MIT License](LICENSE).

## Contribution
Feel free to contribute code, as the project it's still a work in progress.