Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 325 Bytes

Go library for Burrows-Wheeler transformation

Usage

go get github.com/Warh40k/bw-coder

You can test the library with two executables provided

encoder <input file> <output file>
decoder <input file> <output file>

or

encoder <input dir> <output dir>
decoder <input dir> <output dir>