xmodem 0.1.1

An implementation of the XMODEM file-transfer protocol.
Documentation
# XMODEM.rs

[![Build Status](https://travis-ci.org/awelkie/xmodem.rs.svg?branch=master)](https://travis-ci.org/awelkie/xmodem.rs)
[![](https://img.shields.io/crates/v/xmodem.svg)](https://crates.io/crates/xmodem)
[![](https://img.shields.io/crates/l/xmodem.svg)](https://crates.io/crates/xmodem)

The XMODEM protocol in Rust

# Testing
The tests require the binaries found in the `lrzsz` package.

# Rust channels
Currently only the beta and nightly channels are supported (stable support is waiting on [#27585](https://github.com/rust-lang/rust/issues/27585))