v0.1.1
What's Changed
- Added functionality to the
ben
cli that allows for piping of files intoben
- The
ben
cli will now print to the console if an output file is not specified - The
ben::encode
module now has aBenWriter
struct with some write implementations that will take care of adding the bBEN STANDARD FILE
heading to any outputs in the ben format so that the user does not need to remember to do this themselves.
Full Changelog: v0.1.0...v0.1.1