6151d4c841
The `base58` module is for encoding and decoding, it makes sense for the public functions to be called `encode` and `decode`. We also have some functions that operate on data with a checksum, for these it makes sense to tack `check` onto the _end_ of the function name. With this applied the public API is: - decode - decode_check - encode - encode_check - encode_check_to_fmt |
||
---|---|---|
.. | ||
contrib | ||
examples | ||
src | ||
tests | ||
Cargo.toml |