uuencode_lite 0.1.0

A lightweight implementation of uuencode and uudecode in Rust
Documentation
1
2
3
4
5
## uuencode_lite

A minimalist uuencode library that encodes, without opinions about filename.

This reproduces the output of `uuencode -r` and `uudecode -r` from 4.0BSD, and is implemented in pure Rust.