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.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 273.24 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ghost_3233

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.