erdnuss-comms 0.999.99

A small RS-485 comms protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Erdnuss Comms

This is the core engine of the Erdnuss RS-485 comms protocol.

## Versioning

I plan to get this to v1.0 ASAP. Likely this will be gated on me getting docs finished, and maybe
updating a few dep versions.

Until then:

* breaking changes will increment the minor version with another 9, e.g. `0.9.x` -> `0.99.x` -> `0.999.x`
* non-breaking changes will increment the trivial version with another 9, e.g. `0.x.9` -> `0.x.99`. This probably won't reset on breaking changes, because that's funnier.

## License

MPLv2.0