1 unstable release
Uses new Rust 2024
new 0.1.0 | Apr 10, 2025 |
---|
#2100 in Encoding
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.