docs.rs failed to build base64-cli-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
base64-cli

A CLI tool for base64 which supports both native and WebAssembly
Note: This project is a fork of the original Rust implementation: rust-base64.
Installation
You can install this using the cargo install
command:
WebAssembly
This application also provides a wasm package.
You can install it using wapm
by the following command:
Usage
)
WebAssembly
)
Examples
encode
aGVsbG8=
decode
WebAssembly
encode
aGVsbG8=
decode
Contribution
Build
Or you can directly execute the binary:
WebAssembly
Test
This command can also test C API.
Publish
GitHub Releases
crates.io
wapm.io