Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nibbles

a custom encoding that uses 4 bits [one nibble] per character

Supported Characters

a, b, d, e, f, g, i, j, k, n, m, o, p, r, s, t

Compiling

cargo build # Development mode
cargo build --release # Release mode

Running

cargo run # Development mode
cargo run --release # Release mode

Usage

utf_nibble [encode|decode] [file]
# Using an unix like shell, you can:
# utf_nibble encode input.txt > output.txt
# utf_nibble decode output.txt > decoded.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages