Commit Briefs

e8099127f0 Evan Burkey

Convert README from markdown to plaintext (master)


1059625933 Evan Burkey

help and README


8fb7891fe1 Evan Burkey

finish


607bf5021e Evan Burkey

readme & license


eaa5129ccb Evan Burkey

init


Branches

Tags

This repository contains no tags

Tree

.gitignorecommits | blame
LICENSEcommits | blame
READMEcommits | blame
build.zigcommits | blame
build.zig.zoncommits | blame
src/

README

baze64

A base64 encoder & decoder in Zig

-- Usage --

# Print help

# Encoding
> baze64 "hello"

# Decoding with -D or -d
> baze64 -D "aGVsbG8="

# Print help
> baze64 -H
Usage: baze64 {-d/-D} {-h/-H} input
With no arguments, encodes input into a base64 string
Args:
  -d -D: decodes a base64 string
  -h -H: print this help