zmodem2

Crates.iozmodem2
lib.rszmodem2
version0.1.2
sourcesrc
created_at2024-05-17 14:03:32.060459
updated_at2024-06-19 06:23:55.740312
descriptionZMODEM file transfer protocol
homepage
repositoryhttps://codeberg.org/jarkko/zmodem2.git
max_upload_size
id1243270
size1,118,011
Jarkko Sakkinen (jarkkojs)

documentation

README

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

  1. For larger changes, please create an issue. For small and cosmetic PR's just a PR is good enough.
  2. Use Closes: #<issue> when the issue exists.
  3. For large singular commits, preferably write also a description to the commit message.
  4. Add Signed-off-by: Firstname Lastname <email@address.com> to the commmits (i.e. git commit -s).
  5. Try to separate changes into logical pieces in a pull requests with multiple commits.
Commit count: 0

cargo fmt