uuencode_lite 0.1.0

A lightweight implementation of uuencode and uudecode in Rust
Documentation
  • Coverage
  • 83.33%
    5 out of 6 items documented2 out of 5 items with examples
  • Size
  • Source code size: 11.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.49 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • freeone3000/uuencode_lite_rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • freeone3000

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.