Crates.io | base58m |
lib.rs | base58m |
version | 1.0.2 |
source | src |
created_at | 2020-01-09 01:25:21.113305 |
updated_at | 2023-09-18 08:26:58.902508 |
description | base64-like binary with support for encoding/decoding Monero base58 strings. |
homepage | https://github.com/monero-rs/base58m |
repository | https://github.com/monero-rs/base58m |
max_upload_size | |
id | 196779 |
size | 23,759 |
base58m
, a Rust Monero Base58 base64
-like BinaryThis binary crate is a simple implementation of a base64-like binary for Monero base58 encoding.
base58m
Monero Rust Contributors
Base58 (Monero format) encode or decode FILE, or standard input, to standard output.
With no FILE, or when FILE is -, read standard input.
USAGE:
base58m [OPTIONS] [FILE]
ARGS:
<FILE> Sets the input file to use
OPTIONS:
-c, --check Use base58 check mode
-d, --decode Decode data
-h, --help Print help information
-V, --version Print version information
If you have the rust toolchain setup on your machine simply run (use --force
to update the binary)
cargo install --force base58m
See CHANGELOG.md and RELEASING.md.
This project is maintained by community members. All contributions are welcome!