2 releases
Uses old Rust 2015
0.1.1 | Oct 5, 2021 |
---|---|
0.1.0 | Oct 3, 2021 |
#53 in #file-transfer
37KB
778 lines
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.
Dependencies
~185KB