gday_file_transfer 0.2.1

Protocol to securely transfer files over an encrypted IO stream.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Note: this crate is still in early-development, so expect breaking changes.

# gday_file_transfer
[![Crates.io Version](https://img.shields.io/crates/v/gday_file_transfer)](https://crates.io/crates/gday_file_transfer)
[![docs.rs](https://img.shields.io/docsrs/gday_file_transfer)](https://docs.rs/gday_file_transfer/)

This library lets you offer and transfer files to another peer,
assuming you already have a connection established.

See the [documentation](https://docs.rs/gday_file_transfer/).

## Used by
- [gday]https://crates.io/crates/gday - Command line tool for sending files.