v0.6.0
This release focus on moving functionality from the cli tool (bita) to the library (bitar). Also tidy up the library interface, mainly around clone related functionality. This to simplify for 3rd party applications to integrate bitar and also allow for more code reuse between tool(s) and library (see related issue #13).
bitar
- Allow for any AsyncSeek+AsyncWrite as clone output
- Allow for any AsyncSeek+AsyncRead as archive reader
- Allow for in-place update of any AsyncSeek+AsyncWrite+AsyncRead type
- Add examples for how to implement archive cloning