Crates.io | base64_text |
lib.rs | base64_text |
version | 0.1.2 |
source | src |
created_at | 2023-05-21 05:31:54.492455 |
updated_at | 2023-06-02 15:08:08.113355 |
description | A CLI tool for encoding and decoding Base64 strings |
homepage | |
repository | https://gitlab.com/andrew_ryan/base64_text |
max_upload_size | |
id | 869775 |
size | 32,242 |
cargo install base64_text
Base64 Encoder/Decoder 1.0
Addrew Ryan <dnrops@outlook.com>
A CLI tool for encoding and decoding Base64 strings
USAGE:
base64_text.exe [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --decode <STRING> Decode a string from Base64 format
-e, --encode <STRING> Encode a string in Base64 format