base58check-encode 0.1.1

base58check string encoding helpers
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 9.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Zyther silly-hack

base58check-encode.rs

encode `Vec<u8>` objects into a Base58Check encoded `String` 

This crate is a direct port of the npm package noble-base58check

Details here: https://github.com/pas1ko/noble-base58check/blob/master/base.ts This crate does NOT decode Base58Check encoded strings back to Vec<u8>