Skip to content

TechStark/base64-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base64

base64 CLI implemented in rust

Usage

base64 --help

base64 1.0

Encode/decode between base64 text and binary/text

USAGE:
    base64.exe [FLAGS] [OPTIONS] [text]

ARGS:
    <text>    UTF-8 text to encode; or base64 text to decode

FLAGS:
    -d, --decode     Decode base64 text to UTF-8 text or bytes
    -h, --help       Print help information
    -V, --version    Print version information

OPTIONS:
    -i, --input <input>      Read from file
    -o, --output <output>    Write to file

Download