[![Build Status](https://travis-ci.org/aswaving/yenc.svg?branch=master)](https://travis-ci.org/aswaving/yenc) [![Build Status](https://ci.appveyor.com/api/projects/status/github/aswaving/yenc?svg=true)](https://ci.appveyor.com/project/aswaving/yenc) [![Coveralls](https://img.shields.io/coveralls/aswaving/yenc.svg)](https://coveralls.io/github/aswaving/yenc) [![Rust version]( https://img.shields.io/badge/rust-1.36+-blue.svg)]() [![Documentation](https://docs.rs/yenc/badge.svg)](https://docs.rs/yenc) [![Latest version](https://img.shields.io/crates/v/yenc.svg)](https://crates.io/crates/yenc) [![All downloads](https://img.shields.io/crates/d/yenc.svg)](https://crates.io/crates/yenc) [![Downloads of latest version](https://img.shields.io/crates/dv/yenc.svg)](https://crates.io/crates/yenc) # yenc Encodes binaries into yEnc text and decodes yEnc encoded text back to binaries. Requires compiler version v1.36.0 or higher. See [documentation](http://docs.rs/yenc). For more information on yEnc see [Wikipedia](https://en.wikipedia.org/wiki/YEnc) and [yenc.org](http://www.yenc.org). The public API is not yet stable.