Chisai

Convert binaries into code that can be embedded statically. Almost at full parity with strliteral and definitely not against xxd. Many features are WIP.

``` chisai 0.5 Hanif Bin Ariffin hanif.ariffin.4326@gmail.com Transform binaries into embeddable code.

USAGE: chisai [FLAGS] [OPTIONS] [ARGS]

FLAGS: --always-escape Always escape every byte with an octal escape. -h, --help Prints help information -V, --version Prints version information

OPTIONS: --line-length test -v Specify the name of the output variable.

ARGS: Desired language Input file Output file If specified, the length of the vector will also be generated. Generated variables are mutable. Ignore whitespaces. ```