zmodem2 0.4.4

ZMODEM file transfer protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# zmodem2

`zmodem2` provides a ZMODEM file tranmission protocol implementation with step
executed state by the caller. It is based on prior work of Aleksei Arbuzov in
the [`zmodem`](https://github.com/lexxvir/zmodem) crate.

This crate is fully `no_std` compatible and *heapless*.

## Development

* Git: https://codeberg.org/jarkko/zmodem2.git
* Commits follow the
  [Conventional Commits]https://www.conventionalcommits.org/en/v1.0.0/
  specification.
* New commits must include a `Signed-off-by` trailer.
* Versioning scheme uses [Semantic Versioning]https://semver.org/.