ymodem

Crates.ioymodem
lib.rsymodem
version0.1.1
sourcesrc
created_at2021-10-03 00:35:49.532001
updated_at2021-10-05 06:17:12.72848
descriptionAn implementation of the XMODEM and YMODEM file-transfer protocols.
homepage
repositoryhttps://github.com/TGMM/xymodem.rs
max_upload_size
id459590
size44,718
(TGMM)

documentation

README

XYMODEM.rs

The XMODEM and YMODEM protocols in Rust.

The YMODEM implementation uses code from the original xmodem.rs crate by awelkie. The XMODEM contained in this package is the same as the original code with some minor tweaks.

Testing

The tests require the binaries found in the lrzsz package. Currently, tests only work for XModem.

Commit count: 49

cargo fmt