#uuencode #uudecode

uuencode_lite

A lightweight implementation of uuencode and uudecode in Rust

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 10, 2025

#2100 in Encoding

MIT license

12KB
165 lines

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.

No runtime deps