Enable CI/CD by adding .onedev-buildspec.yml
| src | Loading last commit info... | |
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| build.zig | ||
| build.zig.zon |
README.md
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