8个版本 (3个稳定版)
1.0.2 | 2023年9月18日 |
---|---|
1.0.1 | 2023年1月2日 |
1.0.0 | 2022年6月27日 |
0.2.2 | 2021年11月15日 |
0.1.1 | 2020年1月16日 |
#162 在 神奇豆
每月下载量21次
9KB
88 代码行
base58m
,一个类似于base64的Rust Monero Base58 二进制文件
这个二进制crate是一个简单的Monero base58编码的二进制文件实现。
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
安装
如果您的机器上已设置rust工具链,只需运行(使用--force
来更新二进制文件)
cargo install --force base58m
版本和更新日志
关于
该项目由社区成员维护。所有贡献都受欢迎!
依赖项
~4.5–6.5MB
~106K SLoC