Skip to content

zubchick/rust-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli base64 encoder/decoder

Build Status

Fast comand line base64 encoder/decoder.

Usage

Base64 encode or decode FILE, or standard input, to standard output.

Usage: base64 [options] [<file>]
       base64 (--help | --version)

Options:
  -d --decode      decode data
  -w --wrap COLS   wrap encoded lines after COLS character (default 76).
                   Use 0 to disable line wrapping

  -h --help     display this help and exit
  --version     output version information and exit

Development

  • cargo build --release to build release
  • make test to run tests
  • make bench to run benchmarks

Releases

No releases published

Packages

No packages published