zmodem2 - ZMODEM transfer protocol crate
This a library crate that implements ZMODEM transfer protocol, and is continued
development from zmodem crate by Aleksei
Arbuzov. The crate does not use heap and can be compiled for no_std.
Contributing
- For larger changes, please create an issue. For small and cosmetic PR's just a PR is good enough.
- Use
Closes: #<issue>when the issue exists. - For large singular commits, preferably write also a description to the commit message.
- Add
Signed-off-by: Firstname Lastname <email@address.com>to the commmits (i.e.git commit -s). - Try to separate changes into logical pieces in a pull requests with multiple commits.