simple_encode 0.1.0

Dead simple b64/hex encoding/decoding.
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 7.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cahiggins

simple_encode

A very simple base64/hexadecimal encoder and decoder.

Uses very simple brute-force methods for ease of understanding, with the implementation still being quick enough to be viable in most applications.