# 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/).